Master Detail Plugin Options
Plugin Options used when creating a Master / Detail grid
Passed into the plugin as the only argument.
It contains 2 properties:
- detailAdaptableOptions - the Adaptable Options to use for ALL detail (i.e. child) Grids
tip
This means that all Detail Grids will share the same behaviour (and Predefined Config), and any object created for one Detail Grid will be applicable to all.
- onDetailInit - function called when a Detail Grid is initialised (which happens when it opens)it is given the Adaptable Api object
note
It receives an Adaptable Api object for use in other functions
The signature is:
onDetailInit?: (api: AdaptableApi) => void;