forked from verdnatura/salix-front
Merge pull request 'test' (!564) from test into master
Reviewed-on: verdnatura/salix-front#564 Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
commit
beaddf0199
|
@ -175,7 +175,10 @@ function splitColumns(columns) {
|
|||
};
|
||||
|
||||
for (const col of columns) {
|
||||
if (col.name == 'tableActions') splittedColumns.value.actions = col;
|
||||
if (col.name == 'tableActions') {
|
||||
col.orderBy = false;
|
||||
splittedColumns.value.actions = col;
|
||||
}
|
||||
if (col.chip) splittedColumns.value.chips.push(col);
|
||||
if (col.isTitle) splittedColumns.value.title = col;
|
||||
if (col.create) splittedColumns.value.create.push(col);
|
||||
|
|
Loading…
Reference in New Issue