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
I've copied code from the examples to play around with Stipple, and found the following behaviour.
When I use a model field for the DataTablePagination object that is simply named "pagination", the table in the browser only shows the first five rows, and this cannot be changed. Renaming that field to anything else fixes the table. A working and a broken example are attached.
does. This is because of the argument mappings StippleUI.API.ATTRIBUTES_MAPPINGS that Stipple performs for convenience.
In a recent use case of the QTree element, I also needed to make use of synced properties (expanded, ticked, selected). I realised that I did not work as soon as I named the model properties identical to their element counter parts. So that seems to be a very general behaviour. maybe @essenciary has a clue why this is. The documentation of quasar would allow this. I think, it is some weired scoping and depends how Quasar is implemented.
I've copied code from the examples to play around with Stipple, and found the following behaviour.
When I use a model field for the DataTablePagination object that is simply named "pagination", the table in the browser only shows the first five rows, and this cannot be changed. Renaming that field to anything else fixes the table. A working and a broken example are attached.
example.zip
The text was updated successfully, but these errors were encountered: