1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

default rows

This commit is contained in:
Martin McKeaveney 2021-02-10 14:58:29 +00:00
parent 933969ce55
commit 5d962b3c8a
2 changed files with 2 additions and 1 deletions

View file

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

View file

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