Moving widget between multiple dashboard feature
Hi,
Need feature to move a widget from one dashboard to another dashboard. In my case it is required to very hardly. Is there any way to implement with current release. Or it requires development?
Thanks
Hi @sheikalthaf,
It requires development. There are some hacks available, but all options that come in my mind are too way 'hacky' 😅, so I would discard. The correct solution is to implement it. It is not hard, but it requires time.
Have you thought about the API you would like to have when consuming the library? I was thinking something similar to cdk drag and drop API.
About the changes to be made, the only thing I see most critical/breaking, is the handling of the dragged item. Right now, the dragged grid item stays on the grid. In order to move correctly and visualize correctly the dragged item outside the grid, it should be re-created on top of the DOM (preferably).
If you need this feature ASAP, I would recommend to do it yourself or your team. We can schedule a call or something, to talk about the API, requirements, edge cases etc. In this case, I would supervise the development. Don't do a PR with this feature done without consulting me, since it gets worst options to be accepted.
If you or your team don't want a do it or don't have time, I would do it myself, but, I can't say when it would be done.
It would be a great feature. And handle correctly grid in vertical scroll container and dnd between grids with this overflow constraint.