A few issues with Bootstrap Table
A few issues with Bootstrap Table
![mathiasppc](https://secure.gravatar.com/avatar/9cc5f407cc1f13bb50e6ee0351d08fc0/?default=https%3A%2F%2Fvanillicon.com%2F9cc5f407cc1f13bb50e6ee0351d08fc0_200.png&rating=g&size=120)
Hi,
I tried to setup the bootstrap with server-side processing (I combined the two examples)
http://energyinformative.org/testingtable/extras/TableTools/bootstrap.html
There are a few issues:
-Sometimes it freezes, and I cannot use any of the sort or export functions
-It only exports the first 10 results
-Exports include columns that aren`t visible in the browser
I can afford the $65 for one hour support, if that would be enough to set up the table properly and working in my wordpress site.
Thanks in advance
-Mathias
I tried to setup the bootstrap with server-side processing (I combined the two examples)
http://energyinformative.org/testingtable/extras/TableTools/bootstrap.html
There are a few issues:
-Sometimes it freezes, and I cannot use any of the sort or export functions
-It only exports the first 10 results
-Exports include columns that aren`t visible in the browser
I can afford the $65 for one hour support, if that would be enough to set up the table properly and working in my wordpress site.
Thanks in advance
-Mathias
This discussion has been closed.
Replies
obedep
Cheers
2. Your link appears to work okay for me, but it is using client-side processing. Server-side processing will never export anything other than the visible records since it is client-side and the full data set is only at the server.
3. Use mColumns to export only visible columns: http://datatables.net/extras/tabletools/button_options#mColumns
Allan