Update README.md

This commit is contained in:
Philipp 2022-08-21 00:26:46 +02:00 committed by GitHub
parent 081177aebf
commit 4fe0f713cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
* Description: These are the columns that are valid to be sorted by. * Description: These are the columns that are valid to be sorted by.
*/ */
sortableColumns: ['id', 'name', 'color'], sortableColumns: ['id', 'name', 'color'],
/** /**
* Required: false * Required: false
* Type: 'first' | 'last' * Type: 'first' | 'last'