I am querying a database using parametrized queries with the database connector and using a join on two tables to get a presentable list of the information needed for our use case. The data grid ends up being filled with columns that, when actually viewed as a webpage, are too small to be usable. Is there a way to change the functionality of the data grid/use something else in order to scroll through our data similar to something like tableau or dremio? Edit: As a side note, I would ideally like to maintain the option to select an result object from our list so that it can be displayed in full.
↧