I can’t believe this hasn’t already been answered, but I did a search here for “grid width” among others and it gave me 4000+ results, all irrelevant (probably matching just the “grid” keyword).
This is an Angular app. Using jqWidgets-framework v4.6.4.
Anyway, typical scenario: I have a container I’m putting my grid in, and want the grid to always take up 100% of the width of the container.
the [width]
property says it can take a string or number, but it won’t take “100%” and although I saw another suggestion on the net to use the [autowidth]
property, that’s not available either.
I can’t set a fixed-width for this, so how do I just make it 100%?