0
votes

I would like to use ngx datable specifying a percentage in columns widths instead of a fixed width in pixels. So far I am able to do this using cellClass and headerClass but the table itself is still created with a fixed length that overflow my browser. Is there a way to do this.

1
Please refer this question stackoverflow.com/questions/48228412/… from Stack Overflow.GSangram

1 Answers

-1
votes

I found a solution and is to used fixed column type assigning a proportional length to each column. When the table is rendered the real length is calculated based on the proportion and the total width