qtable is not rendering
-
this is my error
Error in getter for watcher “pagesNumber”: “TypeError: Cannot read property ‘slice’ of null”
i got this error in v1 of quasar. i have a qselect that has values that appear in the table based on what i have selected
i have taken reference from here. still it doesnt work
https://forum.quasar-framework.org/topic/1946/qtable-error-in-console/4https://codepen.io/sath08/pen/GVWLqe
i have a working copy of the code here with the bug -
You have no data being assigned to the
multiple
data prop.Scott
-
plz help me through the codepen because i can see that mulitple data prop does have data passed from qselect and consist null initially @s-molinari
-
ok found out i was supposed to use empty array for multiple i.e. multiple:[]. i also updated codepen code.
-
Ah, Ok. Interesting use of a table.
Scott