2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

[PUI] Column Refactoring (#7242)

* Refactor column helpers

* Make reference column switchable in BomTable

* Make 'accessor' a required field againt

* Update props

* Fix c0d3
This commit is contained in:
Oliver
2024-05-17 11:38:55 +10:00
committed by GitHub
parent 2a83c19208
commit acb1ec4c83
12 changed files with 102 additions and 135 deletions

View File

@ -187,7 +187,7 @@ export default function StockItemTestResultTable({
render: (record: any) =>
record.attachment && <AttachmentLink attachment={record.attachment} />
},
NoteColumn(),
NoteColumn({}),
DateColumn({}),
{
accessor: 'user',