Disable filter controls for part parameter table (#4297)

This commit is contained in:
Oliver 2023-02-03 07:14:52 +11:00 committed by GitHub
parent c4a8697a5a
commit 3869d98b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1550,7 +1550,7 @@ function loadParametricPartTable(table, options={}) {
field: `parameter_${template.pk}`,
title: template.name,
switchable: true,
sortable: true,
sortable: false,
filterControl: 'input',
});
}