siemens / ix-blazor

Siemens IX library for Blazor
https://ix.siemens.io/docs/installation/blazor
MIT License
16 stars 10 forks source link

Implement AGGrid Component #4

Open yagizhanNY opened 1 year ago

yagizhanNY commented 1 year ago

We need to implement AGGrid component.

https://ix.siemens.io/docs/controls/grid/

DaveHOnCode commented 1 year ago

will try to implement it there is already an implementation for blazor in general so lets see: https://github.com/ebekker/blazor-ag-grid

yagizhanNY commented 1 year ago

When you finish the implementation, you can create a PR. If you need any help, please let me know.

yagizhanNY commented 12 months ago

Hi @DaveHOnCode, are you still interested in implement this component? If yes, you can use Dictionary for dynamic properties. You can check the Tree component. With this way we don't need to define every property of AGGrid. What do you think?

DaveHOnCode commented 12 months ago

Yeah I'm still interested, but currently I got no time. I'll probably start continuing development in beginning of september.

Thank you!

yagizhanNY commented 8 months ago

Hello @DaveHOnCode, it's been a long time. If you still busy, I will take over this issue. There are some teams that waiting this component.

yagizhanNY commented 8 months ago

I implemented a preview version of AGGrid component with limited functionality.

I will continue to implementation.

VolkerLieber commented 5 months ago

Do you have an idea how to best implement custom cell renderers? https://www.ag-grid.com/javascript-data-grid/component-cell-renderer/

yagizhanNY commented 5 months ago

I don't have any idea honestly. I did not have time to investigate. If you have any idea we can discuss about it.

VolkerLieber commented 5 months ago

It seems like we would have to implement ICellRendererComp from AG Grid (https://www.ag-grid.com/javascript-data-grid/component-cell-renderer/#implementing-a-cell-renderer-component) and expose it as a JS class. How this should be done is currently out of my knowledge. Do you have experience with that?

yagizhanNY commented 4 months ago

I will take a look in this weekend 👍 @VolkerLieber