Skip to content

Individual Field Options

UseMatchMode

A method to explicitly set the value matching mode to be used when filtering. Applicable only to properties of type String or integer numeric types.

  • Arguments:
NameTypeComment
modeEnum of type StringMatchMode or IntegerMatchMode-

UseSourceProperty

A method to explicitly set the property to be used when filtering and sorting.

  • Arguments:
NameTypeComment
propertyExpression<Func<T, TMember>>Expression to the property

SearchBy

A method to explicitly set the search expression to be used when filtering.

  • Arguments:
NameTypeComment
expressionExpression<Func<T, string, bool>>Search expression

OrderBy

A method to explicitly set the sort expression to be used when sorting.

  • Arguments:
NameTypeComment
expressionExpression<Func<T, object>>Sort expression

EnableGlobalSearch

A method to enable a global search on this field. Applicable only to JavaScript datatables supporting global search option.

Released under the MIT License.