Optional
allowOptional
Internal
currentcurrent filter value, this is really more of a internal state..
Optional
dynamictries to look at value and set row cell based on it this way we can have number/text etc in same column PS! this can create side effects on filter/grouping/sorting
Optional
focuslike the name says, shows a focus button, you need to use the gridinterface event to do anythnig useful with it like dialog, dropdown etc
Optional
label?: stringOptional
mandatory?: booleanadds a blue ish color in background, highlighting cell, you can override color with css
Optional
mandatoryonly show blue ish color in background if its empty
Optional
numberlike the name says, default it to display value it have recived, but you might have other needs
Optional
operator?: FilterComparisonOperatorOptional
placeOptional
placeOptional
readonly?: booleansets cell to readonly, usefull if you need it to stay readonly if grid is not readonly
Optional
type?: DataTypes
usefull for fields where you have dropdown etc, but want to allow user to update using copy/paste/clear + the dropdown