Replies: 1 comment
-
A single grid can be rendered to a single div. You need to create 2 grids if you want to render them into 2 divs |
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
-
Hi,
I did not find any example of how to render the same widget multiple times based on class.
If i have HTML with 2 divs that have same class like:
I want that each div will be converted to w2grid.
But now, when we use
grid.render('.main');
It will take only the first div and render it to the w2grid.
So the question is if w2ui can handle multiple rendering based on class?
Beta Was this translation helpful? Give feedback.
All reactions