@angular2 wrote:
I have a rows in table populated from a data array rows are not fixed but dynamic.
Below code hardcodes the rows, how can I achieve height 15 for all "n" rows?
$(go.RowColumnDefinition, { row: 0, height: 15 }),
$(go.RowColumnDefinition, { row: 1, height: 15 }),
http://gojs.net/latest/intro/tablePanels.html
Posts: 2
Participants: 2