You allow the ability to add a custom style class to a column’s cells which is great.
However, you insert your own <div> with style settings AFTER my custom class which interferes with my style settings. In each cell you add the following:
<div style="overflow: hidden; text-overflow: ellipsis; padding-bottom: 2px; text-align: left; margin-right: 2px; margin-left: 4px; margin-top: 4px;">data here</div>
I want exactly NO margin or padding in my cells. How can I prevent your <div> from being added in each cell… or how can I override this behavior with my custom style class?