Fixed cell , header and footer width
Hi,
Number of columns in my grid are dynamic. So , i cannot use
.aw-column-n {} syntax to give width to columns. I need to give same width to all columns. I've used syntax
.aw-grid-cell,.aw-grid-header,.aw-grid-footer {width: 55px}
for fixing column width. but in this case , i am getting 2 extra columns
at the end when visible space is more than no of columns displayed.
I don't want ot use setColumnWidth as there are performance issues with this.
Please suggest me some other way for fixing column width.
Number of columns in my grid are dynamic. So , i cannot use
.aw-column-n {} syntax to give width to columns. I need to give same width to all columns. I've used syntax
.aw-grid-cell,.aw-grid-header,.aw-grid-footer {width: 55px}
for fixing column width. but in this case , i am getting 2 extra columns
at the end when visible space is more than no of columns displayed.
I don't want ot use setColumnWidth as there are performance issues with this.
Please suggest me some other way for fixing column width.
Ritu Sharma
June 13,