2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

Table col fix (#9762)

* Update mantine-datatable

* Improve table hook

* Fix for table name

- Table names must be unique
- Otherwise stored column data gets corrupted

* Click through on table

* Tweak unit tests
This commit is contained in:
Oliver
2025-06-12 12:18:14 +10:00
committed by GitHub
parent a3c3c142f7
commit c81d0eb628
6 changed files with 24 additions and 13 deletions

View File

@ -88,7 +88,7 @@
"fuse.js": "^7.0.0",
"html5-qrcode": "^2.3.8",
"mantine-contextmenu": "^7.15.3",
"mantine-datatable": "^7.15.1",
"mantine-datatable": "^7.17.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",