mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Disable filter controls for part parameter table (#4297)
This commit is contained in:
@ -1550,7 +1550,7 @@ function loadParametricPartTable(table, options={}) {
|
|||||||
field: `parameter_${template.pk}`,
|
field: `parameter_${template.pk}`,
|
||||||
title: template.name,
|
title: template.name,
|
||||||
switchable: true,
|
switchable: true,
|
||||||
sortable: true,
|
sortable: false,
|
||||||
filterControl: 'input',
|
filterControl: 'input',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user