Method |
Description |
|
EXACT ( ) : ExactSearchable |
Will return a new searchable that will allow for an exact match. |
|
NONE ( ) : OpenSkill\Datatable\Columns\Searchable\NoneSearchable |
Will construct a new searchable instance that is not searchable and is not regex searchable. |
|
NORMAL ( ) : OpenSkill\Datatable\Columns\Searchable\DefaultSearchable |
Will construct a new searchable that will allow normal searching but not regex searching. |
|
NOTIMPLEMENTED ( ) : NotImplementedSearchable |
Will return a new searchable that is not implemented. |
|
REGEX ( ) : OpenSkill\Datatable\Columns\Searchable\RegexSearchable |
Will return a new searchable that will allow normal searching which also allows regex searching. |
|
isSearchable ( ) : boolean |
Will return if this configuration allows searching on the column. |
|