You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Add custom css className to each row element. One can also pass in a function that takes in the row number in order to provide custom styling for particular rows."
219
220
},
221
+
{
222
+
prop: "rowContainerStyle",
223
+
type: "object | (index: number) => object",
224
+
description:
225
+
"Add custom css styles to each row container element. One can also pass in a function that takes in the row number in order to provide custom styling for particular rows."
226
+
},
227
+
{
228
+
prop: "rowContainerClassname",
229
+
type: "string | (index: number) => string",
230
+
description:
231
+
"Add custom css className to each row container element. One can also pass in a function that takes in the row number in order to provide custom styling for particular rows."
0 commit comments