Posted 22 June 2021, 7:27 am EST
Hi Wijmo team,
Can you please let use know how can we fit the wijmo table on page as per browser resolution.
I tried it with media query it is working but not so properly? I am trying to change the height of cell in using media query
.wj-cell{
height:2.2em;
padding-top: 0.4em;
}
So do you have some classes to make it better like bootstrap. Also we are using pagination. So what ever may be the page limit the table should appear properly in all the resolution.
Can you please help
Thanks