Column Weight problem
See original GitHub issueHi. Thanks for lib.
I using table in horizontal scroolview, on landscape screen. Because i have 9 columns.
But, i can not give it the width I want.
setColumnWeight(0, 3); setColumnWeight(1, 3); setColumnWeight(2, 3); setColumnWeight(3, 4); setColumnWeight(4, 4); setColumnWeight(5, 4); setColumnWeight(6, 4); setColumnWeight(7, 5); setColumnWeight(8, 5);
What do I have to do to make sure all the columns are visible?
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Column: The mental weight of losing weight | Columnists
Something that seems like such a simple equation, eat less plus exercise more equals weight loss, is remarkably difficult to achieve.
Read more >How to determine the weight of a column - Explained - YouTube
Question: A concrete column has a diameter of 350 mm and a length of 2 m. If the density (mass/volume) of concrete is...
Read more >Torres column: 8 everyday behaviors that will aid you in losing ...
If you are like me and you have a busy and productive life, you probably lack time for many of your desires, such...
Read more >Exact solution of buckling problem of the column loaded by ...
Abstract. This work proposes the new method of investigation the buckling problem of the uniform column under the axial distribution load, which presented...
Read more >Ask Amy: “Best of” column concerns weight gain
Dear Readers: Every year I step away from my column briefly to work on other creative projects. (Anyone interested in my personal essays...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ulaslaslas,
please update to the version 2.4.1 of this library and use the
TableColumnDpWidthModel
. ThisTableColumnModel
implementation allows to define absolute widths for each column in density-independent pixels.Usage is simple as that:
Please tell me if this fulfilled your needs now completely 😛
Best regards, Ingo
I’m currently working on a soltion. A version 2.4.1 will be released today or latest tomorrow 😃