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

An interface to access more of the capabilities of AG Grid #78

Open
galran opened this issue May 28, 2021 · 2 comments
Open

An interface to access more of the capabilities of AG Grid #78

galran opened this issue May 28, 2021 · 2 comments

Comments

@galran
Copy link
Contributor

galran commented May 28, 2021

Hi. I’m involved in the development of OpticSim, which is an open-source package for optics simulation. We decided that our first version of UI tools will be developed using Blink, Interact and TableView.

In order to develop a friendly UI we needed some of the more advanced capabilities of the AG grid exposed in a convenient way, such as Combo Boxes, advanced cell editors, ability to dynamically change captions and styles of fields, loading Javascript and CSS files, etc.

I’ve created an interface that is built on top of TableView that allows me to access more capabilities and feature of the AG Grid. The version is in my TableView fork and we will continue to develop it and add features and examples.
Please have a look when you have some time and let me know if you would consider integrating some of it into the TableView package.

You can install it using:
] add https://github.com/galran/TableView.jl

And run an example using:
using TableView.TableViewAdvanced
include(tva_example("example03"))

@pfitzseb
Copy link
Member

pfitzseb commented Jun 2, 2021

I like it! The current implementation is probably a bit too separate from the main API, but I'd be happy to iterate on it in a PR.

@galran
Copy link
Contributor Author

galran commented Jun 4, 2021

great. i'll create a PR after going over some more capabilities I think we will need.

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

No branches or pull requests

2 participants