-
Notifications
You must be signed in to change notification settings - Fork 766
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
Dropdown and drawer components do not works when the table is paginated #699
Comments
Hey @alkadoHs, Did you make sure that the IDs of these dropdowns and modals are unique even across paginations? Cheers, |
Yes, they are unique, I'm looping through the data from the server and providing each modal and it's corresponding trigger button with unique id of the product. But it doesn't work 😔 |
@alkadoHs what framework are you using? |
Codeigniter, a PHP framework |
Do you have an example online somewhere? It's hard to guess why it wouldn't work. Did you check the |
@zoltanszogyenyi
|
Thank you, this helped me |
I'm using data tables to enhance pagination, filtering and searching, but when the table is paginated the dropdowns and drawers of the next page stops to work and those on the first page works fine.
I don't understand why this issue is happening.
The text was updated successfully, but these errors were encountered: