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:
| Editor | Columns Used | Always Used | Used in Filters |
|---|---|---|---|
| Select Editor | All Columns | If configured | ❌ |
| Numeric Cell Editor | Numeric Columns | ✅ | ✅ |
| Date Picker | Date Columns | ✅ | ✅ |
| Percentage Cell Editor | Numeric 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