Skip to content

How to generate table rows in bulk? #542

Closed Answered by Arbureva
Arbureva asked this question in Q&A
Discussion options

You must be logged in to vote

I know where the problem lies,

g.Row(g.Table().Columns(
	g.TableColumn("nickname"),
	g.TableColumn("ID"),
).Rows(
	initdata.TableForUserRows...,
).FastMode(true).Freeze(1, 1).Size(326, 263-36)),

FastMode(true) here, but why?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Arbureva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant