Fix config parameter name in example

This commit is contained in:
ppetzold 2020-06-28 19:37:19 +02:00
parent fa3edd58e0
commit 12e626eda7

View File

@ -143,7 +143,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
* Type: (keyof CatEntity)[]
* Description: These columns will be searched through when using the search query param.
*/
sortableColumns: ['name', 'color'],
searchableColumns: ['name', 'color'],
/**
* Required: false