Configuring Data Change History
Summary
- Set how Data Change History works and what is tracked
Data Change History is configured in the Data Change History Options section of Adaptable Options.
It includes all the properties required to set up tracking changes to meet your requirements.
Making Active by Default
By default Data Change History tracking is inactive, and needs to be explicitly activated in the UI.
This can be changed via the activeByDefault property.
activeByDefault
Default: falseBooleanLimiting Data Changes
Another useful property is showDataChange which allows you to specify which data changes to monitor.
Hint
This is useful when want to display changes only in certain columns or user edits and not ticking data changes
showDataChange
- In this example we have provided an implementation for the
showDataChangefunction - It is configured so that the Data Changes Monitor will not show:
- just data (and not ticking) edits
- and data edits for the
UpdatedorLanguagecolumns
See the configured Data Change History Options properties
- Click the Configure button in the Data Change History Toolbar to open the Data Changes Monitor
- Edit the
UpdatedorLanguagecolumn in the grid and note that the edit does not appear in the History Log
Show All Data Changes
By default only the last change for each Cell is displayed in the Data Change History Monitor.
If this behaviour is not wanted, then set the showLastDataChangeOnly property to false in order to see every change for each Cell.
showLastDataChangeOnly
Default: trueBoolean- In this example we show all changes for Cells by setting
showLastDataChangeOnlyto true - We update Github Stars in first row 3 times and then open the Data Change History Monitor to see all the changes