Introduction Installation Customization
Basic Usage Advanced Usage Cell Expansion Cell Renderer Cell Spanning Custom Column Header Custom Row Group Error Handling Custom Filter Editor Dynamic Styling Vertical Scroll Virtual Scroll Filter Examples Full Border Persist States Localisation Inline Editing Global Search Custom Pagination Icons
Date Column DateTime Column Map Column Tick Column Computed Column Custom Column Multiline Column Grouped Column
API References
ngx-panemu-table / TypeAlias

CellValidationError

Type for mapping a field with validation error. For FormControl, the value is a string, for FormGroup the value can be string or CellValidationError because a FormGroup contains multiple FormControls.

Presentation

type CellValidationError = { [field: string]: string | Object };
  • Presentation
MIT © 2024  Panemu . Powered by NgDoc