Sorting Arrows
-
Hi Tobias, I am looking to hide the sorting arrows, but still have the sorting funtionality in my table. I found this support page:
https://ww.wp.xz.cn/support/topic/sorting-arrows-1
I’ve changed the code to remove the table id to have this apply to all tables, so my code now looks like this:
.dataTables_wrapper .tablepress .sorting div:after, .dataTables_wrapper .tablepress .sorting_asc div:after, .dataTables_wrapper .tablepress .sorting_desc div:after { content: ""; } .dataTables_wrapper .tablepress .sorting, .dataTables_wrapper .tablepress .sorting_asc, .dataTables_wrapper .tablepress .sorting_desc { padding-right: 8px; }I’ve placed that code at the top of the “Custom CSS” section on the “Plugin Options” tab, and arrows still appear at the top of the columns.
Has anything changed since that previous support ticket was resolved?
Thanks for your help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Sorting Arrows’ is closed to new replies.