variable number of columns #1280
Unanswered
StefanRiess
asked this question in
Q&A
Replies: 2 comments
-
100% - the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I haven't found a way to do this either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All examples I have found so far use a fixed (known in advance) list of columns.
const grid = new Grid({
columns: ['Name', 'Email', 'Phone Number'], .....
Is there a way to supply the list of columns when rendering the html? To stay within this example I have sometimes a phone-Numer at home or at work or several cell-phone numbers.
Does anyone have a reference for me? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions