Skip to content

Commit f54d6ea

Browse files
committed
Fixed columnDef.cellClass documentation
1 parent 5886ca7 commit f54d6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/factories/GridColumn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ angular.module('ui.grid')
551551
* @name footerCellClass
552552
* @propertyOf ui.grid.class:GridOptions.columnDef
553553
* @description footerCellClass can be a string specifying the class to append to a cell
554-
* or it can be a function(row,rowRenderIndex, col, colRenderIndex) that returns a class name
554+
* or it can be a function(grid, row, col, rowRenderIndex, colRenderIndex) that returns a class name
555555
*
556556
*/
557557
self.footerCellClass = colDef.footerCellClass;

0 commit comments

Comments
 (0)