Hello,
Is it somehow possible to style the table pagination buttons and if not, to disable pagination. I tried it with css style like this:
dash_table.DataTable(
css=[
{'selector': '.row', 'rule': 'margin: 0'},
{'selector': '.previous-page, .next-page', 'rule': 'width: 8px;height: 8px' },
{'selector': '.first-page, .last-page', 'rule': 'width: 8px; height: 8px'}
],
It results in this:
But what i want is to change it all in general, to become smaller and in one line.