DataTable MvC
<span class="d-inline-block" data-toggle="rol" data-bs-original-title="@roller">
<button class="btn btn-success btn-sm" type="button" disabled>Rol</button>
</span> In my mvc project, I have such a button in the data table. The title works in accordance with the theme on the first page of the datatable. But it doesn't work according to the theme in other pages of datatable
Replies (1)
Hi,
You can try to use KTApp.createBootstrapTooltips() in the drawCallback function to reinitialize tooltips after each table redraw. Here's the code:
Thanks