angular2-grid
angular2-grid copied to clipboard
Specifying column width in percentage
I am not able to specify column width in percentage for a responsive grid across devices, can we have an option to specify column width in percentage.
You can set the max_cols, max_rows or visible_cols, visible_rows properties to have percentage column widths. max_cols, max_rows will limit the number of items based upon that, but visible_cols, visible_rows will just update the display to include that many in your viewport. Will that do the trick?
Hey same issue , I want to set column width in percentage. Is there any option which I use to set Width in percentage