jQuery DataTable : Individual column searching on table header

后端 未结 6 646
执念已碎
执念已碎 2020-12-06 06:09

I have followed the steps on Individual column searching (text inputs) and Individual column searching (select inputs) to use multiple filters on jQuery DataTable and there

6条回答
  •  遥遥无期
    2020-12-06 07:00

    Here solution to your problem please add necessary things datatable configuration.

    Column filter is moved from footer to table header by using CSS, i.e. just by using

    
    

    https://jsfiddle.net/dipakthoke07/ehhfsrfq/2/

    Hope this help you.

提交回复
热议问题