kev1n wrote: ↑Tue Jun 28, 2022 12:31 pm
In a desktop browser when the width of the window is made smaller, there are no scrollbars at all anymore after adding the code.
This (only) happens when nuAutosizeBrowseColumns is set to false.
On my mobile phone, when nuAutosizeBrowseColumns = true: Tthere is a too much space at the right and looks too condensed:
mobile_phone.jpg
You do not have the required permissions to view the files attached to this post.
kev1n wrote: ↑Tue Jun 28, 2022 12:31 pm
In a desktop browser when the width of the window is made smaller, there are no scrollbars at all anymore after adding the code.
This (only) happens when nuAutosizeBrowseColumns is set to false.
On my mobile phone, when nuAutosizeBrowseColumns = true: Tthere is a too much space at the right and looks too condensed:
mobile_phone.jpg
if the width is changed form 100% to 100vw seems to fix the table width issue. will have to do some more testing
kev1n wrote: ↑Tue Jun 28, 2022 12:31 pm
In a desktop browser when the width of the window is made smaller, there are no scrollbars at all anymore after adding the code.
This (only) happens when nuAutosizeBrowseColumns is set to false.
On my mobile phone, when nuAutosizeBrowseColumns = true: Tthere is a too much space at the right and looks too condensed:
mobile_phone.jpg
if the width is changed form 100% to 100vw seems to fix the table width issue. will have to do some more testing