The user wants a data table that behaves like bootstrap table because he does not like to have an empty space when the data table column is resized. When the user resizes the columns look the space that is left on the right side of the datatable.


This is really weird if we compare with other design systems. Every list view on SF uses the same styles for displaying data in a table and they all leave behind this empty margin to the right of the table.

Bootstrap has a nice data table implementation where if we resize one column there is not empty space left behind:
https://examples.bootstrap-table.com/#extensions/resizable.html