You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"))
The text was updated successfully, but these errors were encountered: