Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 35 forks source link

new features expected ? #35

Open julienGrd opened 5 years ago

julienGrd commented 5 years ago

Hi Jaroslav, and thanks for your excellent job for this project.

I am looking a good grid system for a project I develop in client side blazor (we make the bet with my company with blazor because its really exciting, we will see what Microsoft announce).

For the moment there is no really good library for grid except your project.

But I need more advanced functionality, like

Why not integrate your project with bootstrap 4 style also.

What do you think about these functionnality. is it something you want integrate too ?

I am ready to work with you on this project if its still under development and if you are OK with that.

Have a good day !

Julien Gourdon

Mewriick commented 5 years ago

Hi Julien,

I am glad that you like the grid system. Yes this project is still on development and I do not stop developing this grid, and I have lots of ideas for improving this grid, but the time is limitation :( .

I'm inclined to work with community and accept their ideas and I want together improve the grid system, so I am ok when you are want to help with this project. I am looking forward working with community and their ideas, I can improve myself when I merging pull requests.

Yes all your requested features I have in my mind and I want to implement. But for now I am focusing for more basic scenarios, because I think that CRUD operations users want most. I have to balance and prioritize tasks. So now I want to finish the create item feature, because I think that everybody needs this feature when want to show/manipulate with list of data. Also I still refactor the base code, and I want to introduce some unit tests. Also I want to write better documentation. So this advanced stuff is planned after the basic stuff will be implemented. Especially the grouping feature will be difficult one.

Why not integrate your project with bootstrap 4 style also.

I like the idea of https://material-ui.com/ I like the clean style. But ofcourse itengration of bootstrap 4 is not such a big deal and can be done.

client-side pagination : classic client-side pagination.

This can be achieve by using CollectionTableDataAdapter in grid. But if you mean anything else please describe it more.

If you help me, this project can be pushed forward more faster and grid system will have advanced feature much faster.

Have nice day !

Jaroslav