ashl1 / datatables-rowsgroup

The Datatables feature plugin that groups rows (merge cells vertically) in according to specified columns.
Other
95 stars 94 forks source link

group column's order icon still shown and clickable after set column attribute 'orderable: false' #21

Open Jaaaaason opened 6 years ago

Jaaaaason commented 6 years ago

As the title describes, I found that : group column's order icon still shown and clickable after set column attribute "orderable: false" on my datatable, any solution ?

DataTables v1.10.18 RowsGroup for DataTables v2.0.0

username-us3r commented 4 years ago

I have the same problem. Haven't found any solution yet. This doesn't work: columnDefs: [ { orderable: false, targets: -1 } ]

This issue seems old. Have you found solutions?