mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #508 - Edit and Sort combination support for Table
This commit is contained in:
parent
dabc67877b
commit
aed0d5eed2
6 changed files with 77 additions and 40 deletions
|
@ -497,6 +497,17 @@ const DataTableEvents = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "value-change",
|
||||
description: "Invoked after filtering, sorting, pagination and cell editing to pass the rendered value.",
|
||||
arguments: [
|
||||
{
|
||||
name: "value",
|
||||
type: "array",
|
||||
description: "Value displayed by the table."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "row-click",
|
||||
description: "Callback to invoke when a row is clicked.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue