Datatables in TabPages in PHP

Datatables in TabPages in PHP

venkeetsvenkeets Posts: 1Questions: 1Answers: 0

Hello,

We were able to use datatables in jquery, all the features like column wise search, pagination, sorting works fine. If the same datatable is used within a tabpage, I am getting an error 'datatable is not a function'

Can you please suggest what is that I am missing.

Thanks
Venkat

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    DataTables works fine in tabs with no special treatment so I would look to make sure all of your includes are loading. Also, be aware that if you are creating a table in a tab that in not in view, your columns may be out of wack so you have to use the column adjust feature once the tab is visible.

This discussion has been closed.