Browse Source

refactor: shared grid view api corrections

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/1668/head
Pranav C 3 years ago
parent
commit
2bf954c2d4
  1. 4
      packages/nc-gui/components/project/spreadsheet/public/xcTable.vue

4
packages/nc-gui/components/project/spreadsheet/public/xcTable.vue

@ -419,7 +419,9 @@ export default {
list,
pageInfo: { totalRows: count }
}
} = (await this.$api.public.dataList(this.$route.params.id, {}, {
} = (await this.$api.public.dataList(
this.$route.params.id,
{
sortArrJson: JSON.stringify(this.sorts && this.sorts.map(({
fk_column_id,
direction

Loading…
Cancel
Save