Hi, when using the rowNumbers -> $grid_master["rownumbers"] = true;
The numbers are displayed up to 9, after nine number, i get … instead of 10, 11, …
1 Answers
I am unable to generate this issue. http://prntscr.com/idqcxh
However there is a chance that it is hidden due to insufficient space. You can increase width of that column.
$opt["rownumbers"] = true;
$opt["rownumWidth"] = 30; // <===
$g->set_options($opt);
Your Answer