unable to acheive individual filter along with responsive design

unable to acheive individual filter along with responsive design

somayajulusomayajulu Posts: 1Questions: 1Answers: 0

below are the console errors

bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery
at bootstrap.min.js:6
(anonymous) @ bootstrap.min.js:6

InterviewPanelMembers.js:18 Uncaught TypeError: $.fn.dataTable.FixedHeader is not a constructor
at HTMLDocument.<anonymous> (InterviewPanelMembers.js:18)
at fire (jquery-1.12.4.js:3232)
at Object.fireWith [as resolveWith] (jquery-1.12.4.js:3362)
at Function.ready (jquery-1.12.4.js:3582)
at HTMLDocument.completed (jquery-1.12.4.js:3617)

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @somayajulu ,

    This is probably because you're including the correct files, and most likely missing the FixedHeader files. Take a look at the example here, the files you need are listed on both the JS and CSS tabs.

    Cheers,

    Colin

This discussion has been closed.