Fix config parameter name in example
This commit is contained in:
parent
fa3edd58e0
commit
12e626eda7
@ -143,7 +143,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
|
|||||||
* Type: (keyof CatEntity)[]
|
* Type: (keyof CatEntity)[]
|
||||||
* Description: These columns will be searched through when using the search query param.
|
* Description: These columns will be searched through when using the search query param.
|
||||||
*/
|
*/
|
||||||
sortableColumns: ['name', 'color'],
|
searchableColumns: ['name', 'color'],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Required: false
|
* Required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user