open JSON array as tabular view

This commit is contained in:
Jan Prochazka
2021-12-02 12:58:22 +01:00
parent 94b1a25252
commit ea42b2bce1
13 changed files with 94 additions and 25 deletions

View File

@@ -119,7 +119,7 @@
e.preventDefault();
const left = e.pageX;
const top = e.pageY;
currentDropDownMenu.set({ left, top, items: _.isFunction(menu) ? menu() : menu });
currentDropDownMenu.set({ left, top, items: menu, targetElement: e.target });
};
const handleKeyDown = (data, hash, keyString, keyCode, event) => {