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:
@@ -98,11 +98,13 @@ export default function PluginListTable() {
|
|||||||
BooleanColumn({
|
BooleanColumn({
|
||||||
accessor: 'is_builtin',
|
accessor: 'is_builtin',
|
||||||
sortable: false,
|
sortable: false,
|
||||||
|
filter: 'builtin',
|
||||||
title: t`Builtin`
|
title: t`Builtin`
|
||||||
}),
|
}),
|
||||||
BooleanColumn({
|
BooleanColumn({
|
||||||
accessor: 'is_mandatory',
|
accessor: 'is_mandatory',
|
||||||
sortable: false,
|
sortable: false,
|
||||||
|
filter: 'mandatory',
|
||||||
title: t`Mandatory`
|
title: t`Mandatory`
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user