Multiple data Table in one page
Multiple data Table in one page
![TonicServer](https://secure.gravatar.com/avatar/2a130cd1cf6fda11734d23ce6f6c1e85/?default=https%3A%2F%2Fvanillicon.com%2F2a130cd1cf6fda11734d23ce6f6c1e85_200.png&rating=g&size=120)
Hello I need to have same view data table in my page
but duplicate id cause issue !
i need just "#dt_basic" but when duplicated all other data tables tools disappear
How can i fix this issue ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You cannot have duplicate table ids. Each id must be unique.
I know ID must be unique but i dont know how can i define table for this plugin.
My you help me about how can i have multiple table in 1 page ?
I found my answer here !
https://datatables.net/examples/basic_init/multiple_tables.html
Thanks in advanced
when using multiple datatable make sure use either dont use a table id or each time use a unique id
Thanks
Koka