A few issues with Bootstrap Table

A few issues with Bootstrap Table

mathiasppcmathiasppc Posts: 2Questions: 0Answers: 0
edited October 2012 in General
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

Replies

  • mathiasppcmathiasppc Posts: 2Questions: 0Answers: 0
    Oh and if needed, the debugger gave me the following code:
    obedep

    Cheers
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    1. I suspect this is because you are pulling the Bootstrap integration file straight off the GitHub servers. I'd suggest you host them locally.

    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
This discussion has been closed.