[UI] Additional table filters (#12186)
This commit is contained in:
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`
|
||||
}),
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue