mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 14:10:52 +00:00
[UI] Additional table filters (#12186)
This commit is contained in:
@@ -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`
|
||||
}),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user