feat: refs #8647 hidde filter
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-02-23 10:02:28 +01:00
parent 6e279120ea
commit cc2c5e7567
1 changed files with 9 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const columns = computed(() => [
component: 'input',
type: 'number',
columnClass: 'shrink',
inWhere: false,
},
},
{
@ -90,6 +91,12 @@ const columns = computed(() => [
field: ({ inkFk }) => inkFk,
sortable: true,
cardVisible: true,
columnFilter: {
component: 'input',
inWhere: false,
columnClass: 'shrink',
},
},
{
name: 'size',
@ -101,6 +108,8 @@ const columns = computed(() => [
columnFilter: {
component: 'input',
type: 'number',
inWhere: false,
columnClass: 'shrink',
},
},