Intergrating bootstrap modal dialog with nav tab in Datatables
Intergrating bootstrap modal dialog with nav tab in Datatables
Hi all,
I am stuck in strange bug, My table structure as below,
1. Table with button to open bootstrap modal dialog
2. Modal dialog will be nav Tabs
3. Data are JSON format for both Table & Nav tab
Issue:
1. When open modal dialog pagination is not working
2. Some times pagination shows No Data
Info:
1. Hooking up click event for button in table level as advised in here https://datatables.net/examples/advanced_init/events_live.html
If you need code please let me know will share it.
Answers
Just found the solution, clearing datatable in two places instead of one time. Silly me :)