Fixed #5123 - DataTable: body template rowTogglerCallback callback option added

This commit is contained in:
tugcekucukoglu 2024-01-22 10:50:59 +03:00
parent e3d9f41926
commit f9117be895
2 changed files with 17 additions and 2 deletions

View file

@ -684,10 +684,15 @@ export interface ColumnSlots {
*/
frozenRow: boolean;
/**
* Callback function
* Editor init callback function
* @param {Event} event - Browser event
*/
editorInitCallback: (event: Event) => void;
/**
* Row toggler callback unction
* @param {Event} event - Browser event
*/
rowTogglerCallback: (event: Event) => void;
}): VNode[];
/**
* Custom header template.