How to apply custom css to columnControl icon when filter is applied in server-side mode.

How to apply custom css to columnControl icon when filter is applied in server-side mode.

vfichrvfichr Posts: 3Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: How to apply custom css to columnControl icon when filter is applied in server-side processing mode. In client-side mode, I just only need add button.dtcc-button.dtcc-button_dropdown.dtcc-button_active svg {
color: red !important;
}
But it's not working in server-side processing mode.

This question has accepted answers - jump to:

Answers

Sign In or Register to comment.