Can anyone tell me how to add grid editor within a grid?
It would be great to add to columns within a column, to make it nested.
Is it possible with grid.editor.config.js somehow or any other way?
Thanks in advance!
Do you need to have it as a grid editor? I had a similar requirement and achieved it using blocklists.
So one property on a document type is a blocklist, and it allows a variety of other doc types to be added to it as children. But you can define those child document types to also have blocklist properties, which allow other document types as children... and so on.
I think this is the post that showed me how to do it:
Grid within grid
Hi,
Can anyone tell me how to add grid editor within a grid? It would be great to add to columns within a column, to make it nested. Is it possible with grid.editor.config.js somehow or any other way? Thanks in advance!
Do you need to have it as a grid editor? I had a similar requirement and achieved it using blocklists.
So one property on a document type is a blocklist, and it allows a variety of other doc types to be added to it as children. But you can define those child document types to also have blocklist properties, which allow other document types as children... and so on.
I think this is the post that showed me how to do it:
https://24days.in/umbraco-cms/2020/grid-nouveau-block-list/
Thank you, I'm going to try it. Do you know if it would be possible maybe within RTE too? Maybe there is a tinymce grid layout plugin?
No, unfortunately, Ive never tried that.
is working on a reply...