I am trying to add a font size increase/decrease function. I can use jquery.css() to change the font size, for example,
with the demo
http://www.guriddo.net/demo/bootstrap/loading_data/array/index.html
I can run the below code in the console
$(‘#gbox_jqGrid’).css(‘font-size’, ‘8px’)
the grid font size is increased, but how can I have the jqGrid change the column width depending on the font size?
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top