Issue with DataTables_sort_wrapper css class.
Issue with DataTables_sort_wrapper css class.
Hi Allen,
I have almost completed my upgrade to 1.10.0, and it's going very well. I have noticed that the class DataTables_sort_wrapper is applied to all column headings, including ones where orderable is false. There is a "padding-right: 10px;" style applied to this class, which works nicely to prevent the sort arrows from overlapping the title text, however that style creates a strange space when those sorting arrows are not present. I wonder whether it truly makes sense to apply that style to headings that are not orderable. In my specific case, I have a heading that contains just a "select all" checkbox, and so I have removed the padding in order to keep the column width narrow.
I am using the JQueryUI styling.
Thanks again for all your work on this!
-Ben