- Run Blazor DataGrid save/load settings with LoadData
- page 2 or change table
- Refresh page and see Console log
Loading data causes several unnecessary calls to the LoadData method.
The first call LoadData occurs on the first render, it does not take any settings.
The second call LoadData comes after the settings are loaded (THIS IS THE RIGHT CALL). Logically, only this call should occur if the settings are not null.
calls 3 and 4 are already redundant.
PS:
button Reload (Blazor DataGrid save/load settings with LoadData) redirects to Blazor DataGrid save/load settings