JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Sizing grids › Reply To: Sizing grids
July 11, 2025 at 11:02 am
#112661
Participant
“@tbettinazzi@axioma I’ve handled similar cases by setting fixed widths for the known columns and then using <code data-start=”169″ data-end=”180″>flex-grow in CSS for the dynamic ones so they share leftover space. Or like Markov said, calculate the widths in JS and assign them. Depends how precise you need it. Good luck!”