Excluding last column of jQuery DataTables.net TableTools

前端 未结 5 880
挽巷
挽巷 2021-01-16 18:43

Question: How can I exclude the last column of jQuery DataTables.net when using the TableTools extras to export?

Details

I\

5条回答
  •  轮回少年
    2021-01-16 19:17

    In my case the best solution was to set the exportable attribute of the column to false. The same way you can set orderable, searchable, etc.

提交回复
热议问题