diff --git a/src/scripts/js/es6/common/vuecomponents/App.js b/src/scripts/js/es6/common/vuecomponents/App.js index 874598a..ef8a7ab 100644 --- a/src/scripts/js/es6/common/vuecomponents/App.js +++ b/src/scripts/js/es6/common/vuecomponents/App.js @@ -14,9 +14,9 @@ const TEMPLATE =` :selectedIds="currentSelectedIds" :canChangeSelectionCB="canChangeSelectionCB" :componentState="initialTableState" - @selectItemsChanged="onSelectItemsChanged" - @isInitialized="onTableInitialized" - @componentStateChanged="onTableStateChanged" + @selected-items-changed="onSelectItemsChanged" + @is-initialized="onTableInitialized" + @component-state-changed="onTableStateChanged" />
diff --git a/src/scripts/js/es6/common/vuecomponents/attracttable/rows/filter/RowFilter.js b/src/scripts/js/es6/common/vuecomponents/attracttable/rows/filter/RowFilter.js index 60b66ce..dc3d63d 100644 --- a/src/scripts/js/es6/common/vuecomponents/attracttable/rows/filter/RowFilter.js +++ b/src/scripts/js/es6/common/vuecomponents/attracttable/rows/filter/RowFilter.js @@ -6,15 +6,15 @@ const TEMPLATE =`