fix(editor): limiting columns in table view to prevent unresponsive UI when opening NDV (#4480)

* fix(editor): limiting columns in table view

* fix(editor): adding ghost table column with tooltip to table view

* fix(editor): limit columns to 40

* fix(editor): show table columns if it doesn't exceed the limit

* fix(editor): rolling back globalLinkActions changes

* fix(editor): using i18n tag for having cleaner event handling

* fix(editor): emphasizing magic variable

* fix(editor): removing unused prop
This commit is contained in:
Csaba Tuncsik
2022-11-02 09:23:09 +01:00
committed by GitHub
parent dcec5e9e82
commit 41e6489b75
3 changed files with 44 additions and 10 deletions

View File

@@ -229,6 +229,7 @@
:hasDefaultHoverState="paneType === 'input'"
@mounted="$emit('tableMounted', $event)"
@activeRowChanged="onItemHover"
@displayModeChange="onDisplayModeChange"
/>
<run-data-json