Is there a package or a solution I could use to add a custom table list under the Grid datatype, I tried to use the Tabulate datatype package along with the Grid but it didn't worked
You might get away with using Doc Type Grid Editor with Nested Content, but it sounds like a good excuse to learn some AngularJS if you don't know how already.
Thanks for your Tip David but my issue is that the list is customized by the editor not the developer, meaning columns and row data are added dynamically and then published. I don't have problem rendering the data on the page it's just that it's quite hard to add a module inside the grid for the editor to easily understand or know how to use it.
Hi Ian, Not necessarily use tabulate, but its the only package i saw that editors can make a table by themselves, an alternate solution will be at help
Custom List on Grid Datatype
Is there a package or a solution I could use to add a custom table list under the Grid datatype, I tried to use the Tabulate datatype package along with the Grid but it didn't worked
You might get away with using Doc Type Grid Editor with Nested Content, but it sounds like a good excuse to learn some AngularJS if you don't know how already.
Thanks for your Tip David but my issue is that the list is customized by the editor not the developer, meaning columns and row data are added dynamically and then published. I don't have problem rendering the data on the page it's just that it's quite hard to add a module inside the grid for the editor to easily understand or know how to use it.
Yikes. Sounds hard.
Having never used Tabulate I'm not sure if it would be the best user experience but does the package itself do what you want?
If so you might consider combining setting tabulate up on a doctype for use with doc type grid editor so you can use it in the grid.
Hi Ian, Not necessarily use tabulate, but its the only package i saw that editors can make a table by themselves, an alternate solution will be at help
is working on a reply...