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'm working on creating a Vue3-compatible component with GridJS (GridJS-Vue doesn't work with Vue 3 & Vite). One thing I would DEARLY like to do is to be able to control whether or not the grid shows the (wonderfully designed) loading screen from outside of the component.
Right now, the component will show loading if you pass in a function returning a promise to the data attribute. However, what I'd like to do is control the status directly - that is, I'd like to have my application make the ajax call and resolve it (for various purposes, such as error handling, data parsing, etc) and simply run something like:
I'm working on creating a Vue3-compatible component with GridJS (GridJS-Vue doesn't work with Vue 3 & Vite). One thing I would DEARLY like to do is to be able to control whether or not the grid shows the (wonderfully designed) loading screen from outside of the component.
Right now, the component will show loading if you pass in a function returning a promise to the data attribute. However, what I'd like to do is control the status directly - that is, I'd like to have my application make the ajax call and resolve it (for various purposes, such as error handling, data parsing, etc) and simply run something like:
The only other way that I can figure this out might be to do some very convoluted stuff with NASTY side-effects, something like...
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: