add license

This commit is contained in:
Ruben Fiszel
2023-03-30 19:48:18 +02:00
parent 2e7871439a
commit 8b4e828e64
2 changed files with 9 additions and 1 deletions
@@ -28,7 +28,8 @@
selectedRowIndex: 0,
selectedRow: {},
result: [] as Record<number, any>[],
loading: false
loading: false,
page: 0
})
let selectedRowIndex = -1
@@ -796,6 +796,13 @@ Hello \${ctx.username}
value: false,
tooltip:
'Pagination would not be handled by the component but by the script itself. Connect to the pagination output'
},
pageSize: {
type: 'static',
fieldType: 'number',
value: 25,
onlyStatic: true,
tooltip: 'Number of rows per page'
}
},
componentInput: {