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
in grid.js the page size is being read as 10 and only changes if your change that value after the fact (so your demos work but it not configurable in template)
The text was updated successfully, but these errors were encountered:
Aware of this - I changed a few things because I was getting two data loads on init - I think I'm using the wrong hook for initialisation, so as a temporary measure I took out the page size change refreshing the grid which causes this issue
If you set page-size="20000" it will still use 10. Unless you debounce a call to a bound variable in your view-model on attached(). example
The subsequent html looks like
in grid.js the page size is being read as 10 and only changes if your change that value after the fact (so your demos work but it not configurable in template)
The text was updated successfully, but these errors were encountered: