1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

default rows

This commit is contained in:
Martin McKeaveney 2021-02-10 14:58:29 +00:00
parent 24c2dd2cdb
commit 39cf036594
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@
{ {
"type": "number", "type": "number",
"label": "Rows Per Page", "label": "Rows Per Page",
"defaultValue": 25,
"key": "pageSize" "key": "pageSize"
}, },
{ {

View file

@ -15,7 +15,7 @@
export let table = [] export let table = []
export let columns = [] export let columns = []
export let pageSize = 50 export let pageSize
export let noRowsMessage export let noRowsMessage
let rows = [] let rows = []