Forum Discussion
SamColburn
9 years agoQrew Trainee
If you are familiar with the IOL technique, then you can restyle the width of the columns within your script.
Select each column by its field ID in the table and then set its width to whatever you want, it looks like this:
I will note that this will not fix the size of the input boxes.
Select each column by its field ID in the table and then set its width to whatever you want, it looks like this:
// Insert where needed $('.gridEmbCell [qbfid="148"]').css({'min-width':'400px'}) // insert the field ID you want to make larger after "qbfid=" // set your width with 'min-width'This will restyle each column based on its field ID if you call your IOL script on the grid edit report.
I will note that this will not fix the size of the input boxes.
GauravSharma3
9 years agoQrew Commander
Wao.. Thanks, Sam. It works for me. As I am aware of the IOL Technique So, it is very easy for me to implement.
Thanks,
Gaurav
Thanks,
Gaurav