I failing to get a responsive datatable

I failing to get a responsive datatable

MarkoM91MarkoM91 Posts: 7Questions: 3Answers: 0

I' a newbie and I'm having problems integrating the datatable plugin in my project, it work on desktop but not when I reduce the windo size, it' doesn't adapt to the screen size. I get this error in the log Cannot read property 'nodeName' of null.

this is the link of my project http://live.datatables.net/papidahi/3/edit

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    I've modified your example to get to that error (loading order, etc): http://live.datatables.net/papidahi/4/edit . Still looking at why.

    Allan

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    A number of things:

    1. You've got content forcing the width - I believe its the filter, but I haven't looked in detail at that.
    2. Responsive does not support colspan in the header yet
    3. The number of footer cells didn't match the number of columns.

    http://live.datatables.net/papidahi/5/edit

    Allan

This discussion has been closed.