Can I modify a columns width at runtime?

Can I modify a columns width at runtime?

KarloKarlo Posts: 34Questions: 10Answers: 0
edited February 2018 in Free community support

Hi!
Is there any way to modify the widths of columns (programmatically) at runtime (i.e. without destroying / recreating or reloading the page)?

Suppose I have two columns, each showing a line of text longer than what fits into the available space. I guess these two columns would more or less share the space 50:50. At runtime, I'd like to redraw the grid so that - say - one columns has 80% and the other 20% of the space.

Possible?

Thanks

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Hi Karlo,

    No, I don't believe it is possible - it appears you can only specify widths during the table initialisation, not later.

    Cheers,

    Colin

This discussion has been closed.