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
Hi this is probably more a feature request than in issue.
I've been tweaking around jqPropertyGrid to handle Nested Objects by flattening and unflattening them. It works but when it gets to arrays we need a different strategy and way of handling them.
Arrays of objects or values require different handling, is that possible with built in functionality?
If not could you please provide some pointers/hookups where and how we could create the support for them?
Thanks
Theo
The text was updated successfully, but these errors were encountered:
You are stretching this little tool way beyond what it was built for... :)
Unfortunately I don't have any time to work on it, nor I really remember how it works....
Not sure it helps, but I commited an example 7 years ago of a customType named "textArea", and it takes in an array of strings, and outputs an array of strings (1 per line from the text area). 753de06
Actually you just provided me with an amazing hook for entering arrays of values/strings/objects as inputs.
This allows these arrays to be disregarded by the jsPropgrid and we can add a nested JSON/CSV checker to validate/sanitize inputs ... We do need some sort of label but since it's nested we could use a group header for that instead... thanks alot!! Still think we gotta v2 this tool
Hi this is probably more a feature request than in issue.
I've been tweaking around jqPropertyGrid to handle Nested Objects by flattening and unflattening them. It works but when it gets to arrays we need a different strategy and way of handling them.
Arrays of objects or values require different handling, is that possible with built in functionality?
If not could you please provide some pointers/hookups where and how we could create the support for them?
Thanks
Theo
The text was updated successfully, but these errors were encountered: