unable to acheive individual filter along with responsive design
unable to acheive individual filter along with responsive design
![somayajulu](https://secure.gravatar.com/avatar/0c873193ab3d5cf293cc56f2618fda2f/?default=https%3A%2F%2Fvanillicon.com%2F0c873193ab3d5cf293cc56f2618fda2f_200.png&rating=g&size=120)
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
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