PHPgrid – check box column size is big when use Bootstrap 4.2.1

QuestionsPHPgrid – check box column size is big when use Bootstrap 4.2.1
Hanadi Salka asked 2 years ago

Good Day

I have used php grid with bootstrap 4. it works ok except when I enable

$grid[“multiselect”] = true; //Allow you to multi-select through checkboxes
$grid[“multiboxonly”] = true;

the checkbox column is resize to be around 200px.

image link https://imgur.com/TuYjLLD

can you please help me

1 Answers
Abu Ghufran Staff answered 2 years ago

Hello,

You can try setting multiselectWidth as well.

$grid["multiselect"] = true;
$grid["multiselectWidth"] = 50;
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

8 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?