Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap Datatables Issue #216

Open
JayH77 opened this issue Mar 9, 2023 · 1 comment
Open

Bootstrap Datatables Issue #216

JayH77 opened this issue Mar 9, 2023 · 1 comment

Comments

@JayH77
Copy link

JayH77 commented Mar 9, 2023

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

@redtopia
Copy link

redtopia commented Mar 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants