mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Disable filter controls for part parameter table (#4297)
This commit is contained in:
parent
c4a8697a5a
commit
3869d98b32
@ -1550,7 +1550,7 @@ function loadParametricPartTable(table, options={}) {
|
||||
field: `parameter_${template.pk}`,
|
||||
title: template.name,
|
||||
switchable: true,
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
filterControl: 'input',
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user