Add More Fields to the Table Settings selector #934
Abateman121
started this conversation in
Ideas
Replies: 1 comment
-
Currently the ItemsViewTable only gets passed {
"id": "ef32da4d-688a-4edf-9db5-30cb4ad4e5d4",
"assetId": "000-070",
"name": "test of json context",
"description": "just a description",
"quantity": 1,
"insured": false,
"archived": false,
"createdAt": "2025-08-05T16:15:05.074795028Z",
"updatedAt": "2025-08-21T15:52:36.491937736Z",
"purchasePrice": 35.58,
"location": {
"id": "7f9dcaa5-9194-4d71-8b31-07df63570822",
"name": "Downstairs",
"description": "",
"createdAt": "2025-02-16T12:14:24.325825089Z",
"updatedAt": "2025-02-16T12:14:24.325825229Z"
},
"labels": [ ... ],
"soldTime": "0001-01-01T00:00:00Z"
} for items which comes from the get all items api https://homebox.software/en/api/#/paths/v1-items/get |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
I would like to see the Warranty fields added to this list where you select what fields to show in the item table.


What is the solution you are proposing?
Add Warranty Expiration date to this list
What alternatives have you considered?
Could not find any alternatives
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions