fc8a8dc575
This PR brings fixes to the table after the div refactor. There is still work to do to simplify and clean code, fix some left bugs, but overall this PR brings a way cleaner experience already. The table with groups still needs some work as it is often less tested, thus it has more bugs and code to clean. What this PR fixes : - Started refactoring hard-coded height and widths into constants (still some work to do) - Refactored TABLE_Z_INDEX and its consumer to separate into withGroups and withoutGroups (still some refactoring to simplify this) - Refactored common placeholder cells : add button, dynamic filling cell, checkbox, drag and drop - Fixed UI issues in table with groups action rows (load more and create new) - Started fixing z-index issues on record table with groups (some left to do)