Initial State Reference

Summary

  • AdapTable instances can be pre-populated at Design Time with Initial Adaptable State
  • These are the objects that Users require for first time use
  • When Adaptable loads, the Initial State is saved into Adaptable State

Developers are able to populate each new AdapTable instance with Initial Adaptable State.

This means that when end-users open the new application for the first time, they won't simply see a clean AG Grid instance but, rather, one pre-loaded with Filters, Styles, Edit Rules, Reports etc.

Find Out More

These are the available sections in Initial State:

PropertyDescriptionDetails
AlertDefines Alerts when important things happenDetails
ApplicationEmpty state section for Devs to store own data with rest of stateDetails
Calculated ColumnColumns that display value (based on an Expression)Details
ChartingNamed Charts (wrapping Chart models)Details
Custom SortSort columns in non-standard (e.g. non alphabetical) waysDetails
DashboardGives devs control over look & feel of Dashboard (above grid)Details
ExportCollection of Custom Reports to export as neededDetails
Flashing CellDefinitions of which cells flash in response to data changesDetails
Format ColumnObjects that style a column either fully or using a ConditionDetails
Freetext ColumnBespoke columns that get stored in state for users' notesDetails
LayoutNamed sets of column props (visibility, order, grouping, sorts etc)Details
Named QueryQueries available for use across multiple AdapTable ModulesDetails
NotesCollection of personal Notes that are edited at Cell levelDetails
Plus MinusRules regarding result of user clicking '+' or '-' in numeric cellDetails
Quick SearchConfigues matching cell styles, and whether to filter alsoDetails
ScheduleSchedules for Reports and RemindersDetails
ShortcutCollection of objects to encourage fast and safe data entryDetails
Status BarConfigures Adaptable components in AG Grid Status BarDetails
Styled ColumnCollection of Badges, Gradient Columns, Percent Bars & SparklinesDetails
ThemeSpecifies current Theme and lists Custom themesDetails
Tool PanelOrder & visibility of AdapTable Tool Panel controls (side of grid)Details
User InterfaceSets visibility of all AdapTable's UI elementsDetails

Find Out More

See the Types Section for the full definition of the initialState object