mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
add license
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user