79170292

Date: 2024-11-08 13:52:41
Score: 1
Natty:
Report link

With datatables (I'm using v 2.1.8) you can change color with CSS :

/* order arrows default */
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after {
    color: red;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cyrille37