Posted 2 January 2025, 9:41 am EST
Need to align the cell data of column footer in grid to center
Forums Home / Wijmo / General Discussion
Posted by: rakesh.thummanapelly on 2 January 2025, 9:41 am EST
Posted 2 January 2025, 9:41 am EST
Need to align the cell data of column footer in grid to center
Posted 3 January 2025, 12:53 am EST
Hi Rakesh,
As I could notice you have figured the solution for this issue which is by setting the CSS for the ColumnFooter Cell something like:
.wj-bottomleft .wj-row .wj-cell.wj-header {
text-align: center;
}
For now, I am marking this case as answered.
Reference: https://developer.mescius.com/forums/wijmo/different-align-properties-for-cell-and-column-footers
Feel free to get back to us if you have any further queries.