#7648 - HOTFIX: myEntries filters #566

Merged
jsegarra merged 7 commits from hotfix_myEntries into master 2024-07-26 05:50:36 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 1a9cdee838 - Show all commits

View File

@ -15,6 +15,7 @@ const columns = computed(() => [
name: 'id',
label: t('customer.extendedList.tableVisibleColumns.id'),
columnFilter: false,
isTitle: true,
},
{
visible: false,
@ -65,9 +66,6 @@ const columns = computed(() => [
name: 'warehouseInFk',
format: (row) => row.warehouseInName,
cardVisible: true,
jsegarra marked this conversation as resolved Outdated
Outdated
Review

Realmente no hace falta si el filter ya se ha puesto aparte

Realmente no hace falta si el filter ya se ha puesto aparte
columnField: {
component: null,
},
columnFilter: {
component: 'select',
attrs: {