This commit is contained in:
Andrew Kingston 2023-10-05 18:31:43 +01:00
parent 5990f43f3f
commit 0e394f0259
3 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,4 @@
import { get } from "svelte/store"
import QueryFetch from "../../../../fetch/QueryFetch"
export const RowPageSize = 100000
export const createActions = context => {
const { columns, stickyColumn, table, viewV2 } = context

View File

@ -3,8 +3,6 @@ import TableFetch from "../../../../fetch/TableFetch"
const SuppressErrors = true
export const RowPageSize = 100
export const createActions = context => {
const { API, datasource, columns, stickyColumn } = context

View File

@ -3,8 +3,6 @@ import ViewV2Fetch from "../../../../fetch/ViewV2Fetch"
const SuppressErrors = true
export const RowPageSize = 100
export const createActions = context => {
const { API, datasource, columns, stickyColumn } = context