set padding for column headers

set padding for column headers

EugeneMelbourneEugeneMelbourne Posts: 1Questions: 1Answers: 0
edited January 2019 in Free community support

datatable has a bug

if I set padding for column headers, when loading data dynamically
it will shuffle column width.

this is what I'm trying to add:

 .dataTable thead .sorting_asc,
 .dataTable thead .sorting_desc,
.dataTable thead .sorting {
    padding-left: 2.2rem !important;
    padding-right: 0.75rem !important;
 }

Answers

This discussion has been closed.