Table responsive
Table responsive

the table(#taxBillsTable) is not getting responsiveness,
here is link: http://debug.datatables.net/iciquc
i had given, responsive:true, but still i am facing this(see image),
This discussion has been closed.
the table(#taxBillsTable) is not getting responsiveness,
here is link: http://debug.datatables.net/iciquc
i had given, responsive:true, but still i am facing this(see image),
Replies
It looks like you are using Bootstrap and are loading conflicting Datatables CSS and JS files. The png shows both Bootstrap and Datatables styled sorting icons.
This page explains which files are needed for Bootstrap:
https://datatables.net/manual/styling/bootstrap
You can use the download builder to build the proper file set for you:
https://datatables.net/download/index
Kevin