Fix default value description of sortBy
This commit is contained in:
parent
275514af22
commit
91d4fe52f5
@ -146,7 +146,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
|
||||
/**
|
||||
* Required: false
|
||||
* Type: [string, 'ASC' | 'DESC'][]
|
||||
* Default: [sortableColumns[0], 'ASC]]
|
||||
* Default: [[sortableColumns[0], 'ASC]]
|
||||
* Description: The order to display the sorted entities.
|
||||
*/
|
||||
defaultSortBy: [['name', 'DESC']],
|
||||
|
Loading…
Reference in New Issue
Block a user