how can I have two DataTables in the same page?
Hi Mohamed Shawqui,
Could you please share a screenshot of the error? Probably because of the duplicate initialization.
Thanks
I I’m using Html
And when i use two tables in one page
It makes error for search and export buttons also
Please tell me the correct way to use more than dataTable in one Page without errors
Hi Mohamed Shawqui,
You can create two tables and initialize datatable plugin for both.
https://datatables.net/examples/basic_init/zero_configuration.html
Are you using Laravel or HTML version?
Thanks