You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you are still interested this repo, but I noticed in Chrome v64 the example does not load and prints following in console:
crudtable.js:22062 [Vue warn]: Invalid prop: type check failed for prop "data". Expected Array, got String. (found in component: <v-client-table>)
crudtable.js:19751 Uncaught TypeError: Cannot read property 'filter' of undefined
at VClientTable.module.exports (crudtable.js:19751)
at VClientTable.Vue._applyFilters (crudtable.js:29858)
at Watcher.get (crudtable.js:24231)
at Watcher.run (crudtable.js:24357)
at runBatcherQueue (crudtable.js:24114)
at Array.flushBatcherQueue (crudtable.js:24084)
at MutationObserver.nextTickHandler (crudtable.js:21488)
crudtable.js:31267 Uncaught (in promise) TypeError: this.table_data.map is not a function
at VueComponent.add_actions (crudtable.js:31267)
at VueComponent.add_actions (crudtable.js:21259)
at VueComponent.<anonymous> (crudtable.js:31254)
at <anonymous>
Works fine in FireFox and Chromium.
The text was updated successfully, but these errors were encountered:
Not sure if you are still interested this repo, but I noticed in Chrome v64 the example does not load and prints following in console:
Works fine in FireFox and Chromium.
The text was updated successfully, but these errors were encountered: