Columns in laptop standard resolution #952
shajithomas32
started this conversation in
General
Replies: 1 comment 3 replies
-
Can somebody suggest a sample code to have Columns fit in a laptop standard resolution, also do same in big screen. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have like 10 columns , some of the column header text are long , I don't use pagination. What's the best practice to have all columns displayed in all resolutions, even with a laptop it needs to display all columns in standard resolution..if columns resize when I shrink browser will be great . I tried all layout , issue I noticed is last columns comes with horizontal scroll bar in laptops. I just want the best approach for 10 columns fully fit to screen in a laptop
let columns = [];
columns.push({ header: '1', accessorKey: '1', minSize: 40, maxSize: 1000, size: 140 });
columns.push({header: '2', accessorKey: '2', minSize: 40, maxSize: 1000, size: 170 });
columns.push({header: ' 3 ', accessorKey: '3', minSize: 40, maxSize: 1000, size: 170 });
Beta Was this translation helpful? Give feedback.
All reactions