mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5123 - DataTable: body template rowTogglerCallback callback option added
This commit is contained in:
parent
e3d9f41926
commit
f9117be895
2 changed files with 17 additions and 2 deletions
7
components/lib/column/Column.d.ts
vendored
7
components/lib/column/Column.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue