mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
6e51a62684
I don't know if there are more to this or if it would break some other rules but as of my testing it should be fine to remove this rule for headers that have no sorting applied to them.
This is the case already for "normal sized" tables as the padding-right rule is only applied if there is a sorting class to the element. But it has been forgotten for the table-sm variant. So there are two options that I can see.
Specify this rule does not apply if there is a sorting_disabled class
Do the same as what was done for the normal sized table in the following commit: 4e611f31ff
15 lines
526 B
JSON
15 lines
526 B
JSON
{
|
|
"name": "datatables/datatables",
|
|
"version": "1.10.21",
|
|
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
|
|
"homepage": "http://www.datatables.net/",
|
|
"author": "SpryMedia",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"prefer-stable": true,
|
|
"support": {
|
|
"forum": "https://datatables.net/forums",
|
|
"source": "https://github.com/DataTables/DataTablesSrc/"
|
|
}
|
|
} |