diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts
index b851eac43..f2ed27f29 100755
--- a/components/lib/column/Column.d.ts
+++ b/components/lib/column/Column.d.ts
@@ -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.
*/
diff --git a/components/lib/datatable/BodyCell.vue b/components/lib/datatable/BodyCell.vue
index ba1a924e8..362da1760 100755
--- a/components/lib/datatable/BodyCell.vue
+++ b/components/lib/datatable/BodyCell.vue
@@ -63,7 +63,7 @@
v-bind="getColumnPT('rowToggler')"
data-pc-group-section="rowactionbutton"
>
-
+