You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bootstrap datatable and each row has a status icon. The status icon has a jbox attached, so that when the user hovers over the status they can get more information about what the status icon means.
My issue is that the jbox is attached successfully to all icons on the first page, but isn't attached for other pages.
Any idea how to fix this?
Thank you
The text was updated successfully, but these errors were encountered:
If your pages are being loaded via ajax, then you would need to initialize jBox (however you're doing that) on the elements after each page is loaded. Maybe checkout the childRow event handler? https://datatables.net/reference/event/childRow
I have a bootstrap datatable and each row has a status icon. The status icon has a jbox attached, so that when the user hovers over the status they can get more information about what the status icon means.
My issue is that the jbox is attached successfully to all icons on the first page, but isn't attached for other pages.
Any idea how to fix this?
Thank you
The text was updated successfully, but these errors were encountered: