Grid v4 doesn't show data after changing DataProivider
See original GitHub issueSee #2488.
It updates the Grid version.
There is an extracted test for changing data provider.
It’s ignored for now.
For some reason the content in the rows is not visible . Though the number of cells is correct.
items
on the client side gives the correct items.
The items becomes visible if DnD is done over the Grid.
May be it’s a client side issue in v4.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
updating grid data directly when using dataProvider | Vaadin
I have a grid with 1M potential records and have lazily loaded 100 records via the dataProvider interface. This is all fine and...
Read more >Grid filled by a data provider: how to trigger an action after ...
The only solution I've found is a trade-off. The item list presenter (which handles the view with the grid) passes its com.vaadin.event.
Read more >Access to Data Provider data from outside #4510 - GitHub
My example might be anecdotal, but I have a project that I am migrating from Vaadin 7 to 10+ that used a Grid...
Read more >Data – amCharts 4 Documentation
The following example shows how you can set arbitrary data to chart's series, which later on is used to modify series' name using...
Read more >Element: <oj-table> - Oracle
If a different background color is desired, it can be changed by adding a background color class on the Table. See table background...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See #2524 for refresh.
I don’t know whether this is possible or not but it looks like the current client side Grid connector should be rewritten to avoid underscored methods and hacky ways.
I think it’s a very big task.