jquery-datatables-checkboxes icon indicating copy to clipboard operation
jquery-datatables-checkboxes copied to clipboard

set option if want order column has checkbox

Open joefreire opened this issue 6 years ago • 2 comments

i has a problem to order a column with this library, i fix this with this file

joefreire avatar Jun 07 '18 22:06 joefreire

Thanks for the PR, that's definitely helpful.

mpryvkin avatar Jun 08 '18 18:06 mpryvkin

This needs more work than I initially thought. The problem is that the fix you're suggesting will make checkbox column orderable (because default value is true, see columns.orderable) unless disabled by orderable: false option. That is undesirable.

I need to find a way to detect whether orderable is specifically set in column options, or use false as default value.

mpryvkin avatar Jun 08 '18 20:06 mpryvkin