Data Tables and Twitter Bootstrap 2 issues
Data Tables and Twitter Bootstrap 2 issues
Hi,
With the configuration given in the blog, DataTables do work fine with Twitter Bootstrap 2
However, I have the following scenario, in which it fails to work
I have a main html page which has just the data table and that works just fine.
I have a second html page with a div element, whose content is populated by ajax $("div#id_name).load(url) where url points to the main html page.
Although the functionality works, the datatables (sorting/pagination/search) do not appear in the second html page.
Please suggest any possible configuration changes, that can make this work
With the configuration given in the blog, DataTables do work fine with Twitter Bootstrap 2
However, I have the following scenario, in which it fails to work
I have a main html page which has just the data table and that works just fine.
I have a second html page with a div element, whose content is populated by ajax $("div#id_name).load(url) where url points to the main html page.
Although the functionality works, the datatables (sorting/pagination/search) do not appear in the second html page.
Please suggest any possible configuration changes, that can make this work
This discussion has been closed.