feat: sortable table component

This commit is contained in:
Sonny
2024-08-30 23:35:05 +02:00
parent 442a1003bb
commit f0ec6d6b3d
6 changed files with 346 additions and 98 deletions

View File

@@ -131,7 +131,9 @@ function GlobalStyles() {
},
'th, td': {
whiteSpace: 'nowrap',
whiteSspace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
'tr:nth-of-type(even)': {