How to achieve true column width? - setting overwritten by 5px padding for td

How to achieve true column width? - setting overwritten by 5px padding for td

Cugar15Cugar15 Posts: 7Questions: 3Answers: 0

The table should have a fixed column style. Styling the table using:

"columnDefs": [
            {"targets": 0, "width": "25px"}

did not yield in the desired result.

It looks like the style for td includes padding of 5px which is screwing with the width setting.

Is there a setting to eliminate this padding - or is editing the style sheet the only way?

This discussion has been closed.