Hi Shaun,
I’m trying to use your horizontal scroll feature. How do you set Data Grid column widths from code? My Data Grid is created from code. The feature doesn’t seem to work If I don’t assign widths.
I’m having an issue with this. I have an app that uses a DataGrid component. I made a custom template for the nested RepeaterPanel. The template contains 2 DataRowPanels, with various components for each column. Unfortunately, while the horizontal scrolling works for other components (pinned header), the RepeaterPanel contents do not have horizontal scrolling. They instead are cut off.
How can I make the RepeaterPanel inherit the role from the DataGrid?
Continuing on this thread. I have implemented the CSS code THANK YOU it worked perfectly.
Another issue I was trying to solve (in the same vein) was to prevent bleeding over the dashboard when the table is too long.
This occurs when I set the full_width_row in the container properties of my card:
This result in overflow of my background:
The grey area is the original background of my screen. The white area is my data table. It looks like my background width is set by the dimensions of the actual desktop screen, where the data table width is set by the dimensions of my browser (which scrolls a little past the width of the screen).