You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you do a DataGrid grid = new DefaultDataGrid("grid", new DataProviderAdapter(listDataProvider), cols);
Where cols has n number of columns. When grid is rendered, there are always n+1 columns. (This is visible in the example screen shot given in the github too).
How do I get rid of empty last column
Sajith
The text was updated successfully, but these errors were encountered:
Hi,
When you do a
DataGrid grid = new DefaultDataGrid("grid", new DataProviderAdapter(listDataProvider), cols);
Where cols has n number of columns. When grid is rendered, there are always n+1 columns. (This is visible in the example screen shot given in the github too).
How do I get rid of empty last column
Sajith
The text was updated successfully, but these errors were encountered: