Hi Abu,
I have a grid where you can select multiple rows using the multiselect option.
$opt_comp[“multiselect”] = true;
$opt_comp[“multikey”] = true;
However, this first column is quite wide but with other columns I have set a fixed width. How can I do the same for this checkbox column?
Thanks
Gary
Screenshot: https://imgur.com/a/VepFwjw
Hi Abu,
I think this may be a bug in the new version, as I’m getting this issue also.
Thanks,
Stephen
Sorry Abu – this is not a bug, just a wider default has been set.
The following option can be used to control the width:
$opt[“multiselectWidth”] = “5”;
Thank you Stephen but I introduced this option and the grid no longer displayed. Can you or Abu please recheck this? I even tried setting equal to 5 (without quotes).
Perhaps, you need to set following. If not resolved, you can sent related grid code using https://gist.github.com/
$opt_comp["multiselectWidth"] = "20";