mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #11561 from ToolJet/fix/table-download-event-new
fix table down load event not showing up
This commit is contained in:
commit
c7d8bb8231
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ export const tableConfig = {
|
|||
onCellValueChanged: { displayName: 'Cell value changed' },
|
||||
onFilterChanged: { displayName: 'Filter changed' },
|
||||
onNewRowsAdded: { displayName: 'Add new rows' },
|
||||
onTableDataDownload: { displayName: 'Download data' },
|
||||
},
|
||||
styles: {
|
||||
textColor: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue