mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-26 21:13:32 +00:00
64671dce20
* Update useTable hook - Storage for "selected rows" - Aim is to make row selection available outside table component * Use updated hook to manage row selection * Add more table data to useTable: - hidden column selection - search terms * Remove unused import * Remove unused function * Cleanup