Add SortHeader component for sorting functionality in TransactionsTable. Update TransactionsTable to prevent row selection when clicking on IBAN text. Minor adjustment in gridConfig for layout consistency.

This commit is contained in:
sebseb7
2025-07-20 08:37:18 +02:00
parent 58f5bb4b4f
commit be7a928ce2
3 changed files with 76 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export const getColumnDefs = () => [
// These will be set by the parent component
}
},
{
headerName: 'Datum',
field: 'Buchungstag',