responsive table

responsive table

MATTHEWDHMATTHEWDH 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

Answers

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394
    edited June 2015

    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.

  • MATTHEWDHMATTHEWDH Posts: 4Questions: 1Answers: 0
    edited June 2015

    Thanks for the FixedHeader note

    Fixed
    I have a picture of the problem:
    http://lorencook.com/example/test.jpg

    in blue

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    Try using the nightly version of Responsive.

    Allan

  • MATTHEWDHMATTHEWDH Posts: 4Questions: 1Answers: 0

    I tried

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin
    Answer ✓

    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

  • MATTHEWDHMATTHEWDH Posts: 4Questions: 1Answers: 0
    edited June 2015

    Thanks everyone !

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    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

This discussion has been closed.