responsive table
responsive table
MATTHEWDH
Posts: 4Questions: 1Answers: 0
I have a responsive table
it repeats the hidden rows when I expand
http://lorencook.com/example/client_leads2.html
atimuw
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Your link throws the error "TypeError: $.fn.dataTable.FixedHeader is not a constructor".
According to your debug, you have not installed the FixedHeader extension.
Regarding "it repeats the hidden rows when I expand", I have no idea what that means.
Thanks for the FixedHeader note
Fixed
I have a picture of the problem:
http://lorencook.com/example/test.jpg
in blue
Try using the nightly version of Responsive.
Allan
I tried
Can you try including jQuery from here. I realise it is the same version as on your site, but when I replace your jQuery with the jQuery CDN link on a downloaded version of your site, it works as expected.
Allan
Thanks everyone !
Its very odd that - its the second time I've encountered this issue, whereby a local version of jQuery performs differently from the CDN version. Did you build your own jQuery perhaps?
Allan