Is it possible to have the width set automatically to the full width of the Flexigrid?
Asked
Active
Viewed 2,895 times
2 Answers
1
This can be done in JavaScript. When setting the width, instead of using a number use a function that's defined in JS to calculate the widths of the columns based on percentage.

Shamoon
- 41,293
- 91
- 306
- 570
-
how did you achieve the auto full width? – Fernando Santiago Mar 23 '13 at 20:43
-
can you please share, how did you achieve this? – Emma Dec 31 '13 at 11:26