Fixed #508 - Edit and Sort combination support for Table

This commit is contained in:
mertsincan 2021-05-17 02:00:53 +03:00
parent dabc67877b
commit aed0d5eed2
6 changed files with 77 additions and 40 deletions

View file

@ -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.",