quick export from table data grid toolstrip

This commit is contained in:
Jan Prochazka
2022-02-12 18:08:25 +01:00
parent e06b030707
commit a8265cebff
10 changed files with 83 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
function handleClick(e) {
if (disabled) return;
dispatch('click');
dispatch('click', { target: e.target });
}
</script>