mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4398 - Column: rowtogglericon slot does not expose p-row-toggler-icon class
This commit is contained in:
parent
2bb51f40b1
commit
2619ae5b4e
2 changed files with 5 additions and 1 deletions
4
components/lib/column/Column.d.ts
vendored
4
components/lib/column/Column.d.ts
vendored
|
@ -892,6 +892,10 @@ export interface ColumnSlots {
|
|||
* @param {Object} scope - row toggler icon slot's params.
|
||||
*/
|
||||
rowtogglericon(scope: {
|
||||
/**
|
||||
* Style class of the row toggler icon.
|
||||
*/
|
||||
class: string;
|
||||
/**
|
||||
* Current row expanded state.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue