From 9547e78f004f7a3c283e4ee32f896aa700a91bea Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 30 Aug 2022 10:10:07 +0200 Subject: [PATCH] Update datatable.component.md (#7796) --- docs/core/components/datatable.component.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/core/components/datatable.component.md b/docs/core/components/datatable.component.md index d32c24a72e..03bc5bbd24 100644 --- a/docs/core/components/datatable.component.md +++ b/docs/core/components/datatable.component.md @@ -433,6 +433,14 @@ These events bubble up the component tree and can be handled by any parent compo | cell-dragover | Raised when dragging data over the cell. | | cell-drop | Raised when data is dropped on the column cell. | +#### Sorting-changed + +sorting-changed event contains +```ts +direction: "asc" +key: "timestamp" +sortingKey: "" +``` #### Drop Events All custom DOM events related to `drop` handling expose the following interface: