You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server side rendering (SSR) is hard to implement for Polymer elements, mostly because of work required to build Shadow DOM tree. See also related issue
Anyway, brainy-table uses benefits of flex layout and cannot be easily rewritten because of stuff like row details. AFAIK, vaadin-grid in 2.0 version is built on top of that conception, though. So I'd recommend to consider using that element. For our project,vaadin-grid is a lot more complicated than we need.
Hi,
Can I use this component as stantandard table with th, tr and td without using JSON as data source?
This is because I'm doing server-rendering and not SPA application. I prefer render table from server.
The text was updated successfully, but these errors were encountered: