2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 06:00:38 +00:00

[UI] Additional table filters (#12186)

This commit is contained in:
Oliver
2026-06-17 15:02:07 +10:00
committed by GitHub
parent 38008d8204
commit 546958a1cb
@@ -98,11 +98,13 @@ export default function PluginListTable() {
BooleanColumn({
accessor: 'is_builtin',
sortable: false,
filter: 'builtin',
title: t`Builtin`
}),
BooleanColumn({
accessor: 'is_mandatory',
sortable: false,
filter: 'mandatory',
title: t`Mandatory`
}),
{