InvenTree/src/frontend
Oliver 64671dce20
Table Hook Updates (#6093)
* 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
2023-12-15 13:53:46 +11:00
..
public Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
src Table Hook Updates (#6093) 2023-12-15 13:53:46 +11:00
tests Squashed commit of the following: (#5785) 2023-10-26 07:55:52 +11:00
.babelrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.eslintrc.cjs Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.gitignore Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
.linguirc Add support for serbian language (#6091) 2023-12-15 10:06:41 +11:00
.prettierrc Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
index.html P UI: Basic UI & Auth setup (#5207) 2023-07-21 08:54:57 +10:00
netlify.toml [P_UI] Added django settings for p_ui (#5343) 2023-08-10 20:57:33 +10:00
package.json Bump vite from 4.4.11 to 4.4.12 in /src/frontend (#6041) 2023-12-06 11:10:30 +11:00
playwright.config.ts P-UI: Fast language / theme / server selection (#5301) 2023-07-22 22:19:19 +10:00
tsconfig.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
tsconfig.node.json Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
vite.config.ts React interface updates (#5798) 2023-10-27 14:39:17 +11:00
yarn.lock Bump vite from 4.4.11 to 4.4.12 in /src/frontend (#6041) 2023-12-06 11:10:30 +11:00