how would I hide certain fields of the grid generated by SQLFORM.grid() depending on a screen size?
normally I would use media breakpoints, but I am not sure how to manage it with SQLFORM.grid, as grid doesn't seem to expose any widgets explicitly...