Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maui.DataGrid updates #338

Open
symbiogenesis opened this issue Jan 16, 2024 · 0 comments
Open

Maui.DataGrid updates #338

symbiogenesis opened this issue Jan 16, 2024 · 0 comments

Comments

@symbiogenesis
Copy link

symbiogenesis commented Jan 16, 2024

Hi guys,

Noticed you leverage the Maui.DataGrid project. Best of luck.

Letting you know that I added a ton of updates that are now in the main branch that you may be interested in. The features include:

  • Pagination
  • Inline Editing
  • Multiple Selection
  • Many bugfixes
  • Greatly improved performance

Also, if there's anything that we could do to adapt our project to be more amenable for use in your framework as a direct dependency, let us know. Or send us a pull request.

I can see you have created a DataGridStyle resource that you pull in as the style property, and added some special column types. It seems like you could create a wrapper for the DataGrid that pulls in this property as the Style, and allows you to have the namespaces you want, without needing to fork the code.

I also see that you support multiple selection, which is something that I just added. Although, that is not in a current release, because of upstream issues mentioned in the PR.

If you made a pull request including the column types that you want, that might be enough.

Being a direct dependency could help allow you to pull in changes more easily going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

No branches or pull requests

1 participant