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

Implement AGGrid Component #4

Open
yagizhanNY opened this issue Mar 30, 2023 · 10 comments
Open

Implement AGGrid Component #4

yagizhanNY opened this issue Mar 30, 2023 · 10 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@yagizhanNY
Copy link
Contributor

We need to implement AGGrid component.

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

@yagizhanNY yagizhanNY added the help wanted Extra attention is needed label Mar 30, 2023
@DaveHOnCode
Copy link

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
Copy link
Contributor Author

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

@yagizhanNY
Copy link
Contributor Author

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
Copy link

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

Thank you!

@yagizhanNY
Copy link
Contributor Author

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 yagizhanNY self-assigned this Oct 19, 2023
@yagizhanNY
Copy link
Contributor Author

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

I will continue to implementation.

@VolkerLieber
Copy link
Contributor

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

@yagizhanNY
Copy link
Contributor Author

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
Copy link
Contributor

VolkerLieber commented Feb 6, 2024

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
Copy link
Contributor Author

I will take a look in this weekend 👍 @VolkerLieber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants