Bit the bullet and upgraded from 1.9.4 to v1.107, but having some issues

Bit the bullet and upgraded from 1.9.4 to v1.107, but having some issues

DigitalFusionDigitalFusion Posts: 10Questions: 5Answers: 1
edited July 2015 in Free community support

After spending more time than I would have liked getting columns to hide, and show/hide toggle with 1.9.4, I saw the ColVis plug-in does exactly what we want, even better than I what I came up with, and without a pesky double header than I cant seem to get rid of. I grabbed the newest version, and plugged it into our app.

The issue I am having is that a page with a datatable using the legacy code will load and I will see the entire table for a split second, then it will collapse completely with nothing shown except the footer with, for example, "Showing 1 to 15 of 311 entries" and the paging on the right, which seems to be working since when I click next, the "Showing 1 to 15 of 311 entries" will change to "Showing 16 to 30 of 311 entries".

What would this be a symptom of? I have the css file included in the page head, and the datatables js (included at the bottom of the page before the datatables are init.

it would appear to be something with the sDOM, as commenting it out makes the table work.

"sDom": "<'row'<'col-sm-7 pr0'<'pull-left hidden-xs'l><'pull-left hidden-xs'i>><'col-sm-5 pl0'f>><'table-responsive'rt><'row'<'col-sm-6'<'pull-left'T>><'col-sm-6'<'pull-right'p>>",

Answers

  • allanallan Posts: 63,689Questions: 1Answers: 10,500 Site admin

    I don't immediately recognise the symptoms your describe as a problem I've come across before. Can you link to the page so it can be debugged please.

    Allan

This discussion has been closed.