Add treeSelect column to ObjectChildTable with default width

- Updated ObjectChildTable to include a new 'treeSelect' column with a default width of 200, enhancing the table's data representation capabilities.
This commit is contained in:
Tom Butcher 2026-08-25 21:29:08 +01:00
parent 4b03caff5c
commit 6cc6bf9a79

View File

@ -17,7 +17,8 @@ const DEFAULT_COLUMN_WIDTHS = {
state: 200,
id: 180,
bool: 120,
tags: 200
tags: 200,
treeSelect: 200
}
const getDefaultWidth = (type) => {