Basic table interfering with DataTable
Basic table interfering with DataTable
![sjw01](https://secure.gravatar.com/avatar/cd7994618f966847904c2ffee11386c0/?default=https%3A%2F%2Fvanillicon.com%2Fcd7994618f966847904c2ffee11386c0_200.png&rating=g&size=120)
I have a page with 4 tables.
Table 1, 2 & 3 - basic tables with a few figures
Table 2 - DataTable
I am trying to add searchable dropdowns to the columns (which I have copied from a working DataTable: http://live.datatables.net/lidequra/21/edit)
The searchable fields are not appearing UNLESS I remove the first table in the code
Is it possible to have non-DataTable tables on the same page as a DataTable?
See example - (I have removed all other tables except the trouble table and the DataTable)
http://live.datatables.net/tupewobu/1/
- See row below header is empty.
- Remove Table (#advisor-gp-table) and see the searchable dropdowns appear?
What does this table contain that is triggering this problem?
NOTE: In testing I just realised - table 1 is the only table (excluding DataTable) that has a "thead" in the table
This question has an accepted answers - jump to answer
Answers
Fixed