How can I select all checkboxes from all the pages in a jQuery DataTable

前端 未结 6 2073
既然无缘
既然无缘 2020-11-29 05:11

I have HTML page which have multiple checkboxes and individually they can be checked. I have button for \"Select All\" and when I click on this button all the check

6条回答
  •  死守一世寂寞
    2020-11-29 06:13

    use dataTables.checkboxes.min.js and use "selectAllPages" : false . It should be work for selection of each page records .

提交回复
热议问题