Configuration
Column Props
Set field mapping, display types, sorting, filtering, and sizing for each column.
Field (string)— Data field key. Supports dot notation for any level of nested objects (e.g.user.name).Title (string)— Column header label.Type (enum)— Column display type. Default:string.Hide (boolean)— Hide this column. Default:false.Sort (boolean)— Enable sorting for this column. Default:true.Search (boolean)— Include in global search. Default:true.Filter (boolean)— Show a column filter input. Default:true.Filter Type (enum)— Filter UI: input | dropdown. Default:input.Condition (enum)— Filter match mode: contain | equal. Default:contain.Width (number)— Fixed column width in px.0 = auto.Min Width (number)— Minimum column width in px.0 = none.Prefix (string)— Text prepended to the cell value (e.g.$, #).Suffix (string)— Text appended to the cell value (e.g.%, USD).