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: