Skip to content

Commit cf67586

Browse files
committed
Merge pull request #4544 from MatejQ/doc-cellclass
docs: Fix columnDef.cellClass documentation
2 parents 5886ca7 + f54d6ea commit cf67586

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)