Cell Editors

Summary

  • AdapTable provides 4 Cell Editors to enable quick data entry and edits:
    • Select editor: used for choosing from list of values
    • Numeric cell editor: used for editing numeric columns
    • Date Picker: used for editing date columns
    • Percentage cell editor: used for when editing values as percentages

AdapTable provides 4 Cell Editors so that data can can be quickly and safely entered into AG Grid:

EditorColumns UsedAlways UsedUsed in Filters
Select EditorAll ColumnsIf configured
Numeric Cell EditorNumeric Columns
Date PickerDate Columns
Percentage Cell EditorNumeric Columns with % Rendering

Caution

  • Numeric Cell Editor and Date Picker will be used by default by AdapTable for numeric and date columns
  • However if a bespoke Cell Editor is provided in GridOptions, that will take precedence