mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add new sort everywhere needed, update API docs
This commit is contained in:
parent
4d6a272795
commit
f9360b8ade
6 changed files with 24 additions and 48 deletions
5
components/lib/datatable/DataTable.d.ts
vendored
5
components/lib/datatable/DataTable.d.ts
vendored
|
@ -887,6 +887,11 @@ export interface DataTableProps {
|
|||
* Order to sort the data by default.
|
||||
*/
|
||||
sortOrder?: number | undefined;
|
||||
/**
|
||||
* Determines how null values are sorted.
|
||||
* @defaultValue 1
|
||||
*/
|
||||
nullSortOrder?: number;
|
||||
/**
|
||||
* Default sort order of an unsorted column.
|
||||
* @defaultValue 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue