dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.6k stars 10.06k forks source link

Add support to the QuickGrid paginator for static server rendering #51249

Open danroth27 opened 1 year ago

danroth27 commented 1 year ago

The QuickGrid paginator currently requires interactivity, but we should update it to also work with static server rendering.

SteveSandersonMS commented 1 year ago

Possible implementation: https://github.com/dotnet/aspnetcore/pull/51217

ghost commented 1 year ago

Thanks for contacting us.

We're moving this issue to the .NET 9 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

fjallemark commented 1 year ago

I suggest the QuickGrid dokumentation should mention that SSR is currently not supported.

SteveSandersonMS commented 1 year ago

SSR is supported but with limitations. If you want paging you would have to write your own pagination component (which has always been supported).

ghost commented 11 months ago

Thanks for contacting us.

We're moving this issue to the .NET 9 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.