hello – is it possible to “reload” an existing grid with a different dataSource? i see dataSource is not a “method” and must be specified at the time of creation.
and if not, i was playing around trying to do it by removing the old tag and creating a new one, using https://www.htmlelements.com/demos/grid/users/#toc-datasource_any as my guide:
working:
https://codepen.io/edwardsmarkf/pen/ExLbVRQ
not working:
https://codepen.io/edwardsmarkf/pen/wvjPKXa (this keeps showing “no data”)
SUGGESTION: come up with a new first example, and remove practically all options such as what i have here.