angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

Specifying column width in percentage

Open dcodetech opened this issue 8 years ago • 2 comments

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.

dcodetech avatar Feb 16 '17 05:02 dcodetech

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?

BTMorton avatar Mar 05 '17 12:03 BTMorton

Hey same issue , I want to set column width in percentage. Is there any option which I use to set Width in percentage

DheemanS avatar Aug 21 '17 07:08 DheemanS