I think I understand what you did with column. If DataGrid has percentage width columns are also have precent width. If there is no width setup in DataGrid than columnWidth is being translated to pixel width.
So there is no way to have proper looking DataGrid when we have following code -> https://paste.apache.org/e6jrs wt., 3 mar 2020 o 17:41 Piotr Zarzycki <[email protected]> napisaĆ(a): > Hi Carlos, > > I have started evaluate DataGrid as a replacement to Table in our > application. However I have found that columnWidth is being translated to > percentage value, which I think is some kind of bug. Following code: > > <j:DataGridColumn columnWidth="80" /> > > Is translated to > > <div style="width: 80%;"></div> > > What's your thoughts about this ? > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
