Idea Summary
I would like to be able to find, understand and access the primary Interactive Grid functionality through published Javascript functions. This method would act as a front-end to the existing IG libraries that shows us features, but whose definitions be could changed by an upgrade.
Use Cases
- Get/Set IG attributes
- Create and Modify IG menu options (Actions and Row Menus), including defining custom buttons that reference our own JS function.
- Get specified column value(s) for the selected row(s)
- Get ID of currently-selected Saved report
- Get IDs and Names of Saved reports
- Get ID of Primary Saved report
- Change currently-selected Saved report to a new value
Preferred Solution (Optional)
In my mind, this could be a new Javascript library that clarifies and simplifies access to key Interactive Grid features. It would be well-documented with examples that novice JS programmers (who understand the basic IG model and know what they want to do) could use with confidence.