Hi,
I’m using the vue.js wrapper and I don’t see examples or plugins permitting to do a master-detail view on an expanded row, like so:
https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AdvancedMasterDetailView/jQuery/Light/
I read the nested row documentation but it does not suit my needs. I need to expand any kind of html tags, not particularly a table w/ the very same columns. The design pattern I wish is the kind of pattern where you have a modal window opened with details information once clicked on a column’s row, but instead of a modal, I prefer an expanded row to display the details.
Am I missing something?
Thanks, and keep the good work!