Multiple sorting
-
Hi Tobias,
Somehow this stopped working, it used to work fine. Now if I hold shift and left click two column headers the multiple column sorting doesn’t work. I am using this shortcode:
[table id=6 datatables_counter_column=”true” responsive=”phone” /]
And I have this custom CSS in plugin options:
.dataTables_filter {
padding-top: 1px;
}.dataTables_filter {
margin-bottom: 5px;
}.tablepress th,
.tablepress td {
padding: 5px !important;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #606060 !important;
color: #ffffff !important;
border: 1px solid #000000 !important;
}.tablepress th,
.tablepress td {
border: 1px solid #000000;
}.tablepress-id-6.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #ff00dc !important;
}.tablepress .row-hover tr:hover td {
background-color: #BDFE00;
}.tablepress tbody td {
font-family: Open Sans;
font-size: 14px !important;
color: #000000 !important;
}.tablepress thead th {
font-family: Open Sans !important;
font-size: 16px !important;
font-weight: bold !important;
}.tablepress thead th,
.tablepress tbody td {
text-align: center !important;
}@media (max-width: 767px) {
.tablepress-responsive-phone thead th {
padding: 7px;
}.tablepress-responsive-phone thead .row-1 .column-1 {
height: 20px;
}}
.dataTables_paginate a {
color: #ffffff !important;
}.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_info {
color: #ffffff !important;
}I’ve tinkered for a while but can’t seem to figure out the reason it’s not working. Do you have any ideas?
Thanks.
The topic ‘Multiple sorting’ is closed to new replies.