JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
337 stars 63 forks source link

Widgets #7

Open shashi opened 9 years ago

shashi commented 9 years ago

Things left to do

phillc73 commented 8 years ago

I'd like to request a Range Slider. i.e. Two control handles for selecting a range of values .

Similar in jQuery UI: https://jqueryui.com/resources/demos/slider/range.html

phillc73 commented 8 years ago

Not sure if this is the best place to be adding these, but I will continue to do so for now.

I'd like to request the following widgets:

Combobox: https://en.wikipedia.org/wiki/Combo_box

Datatable: A way to display tabulated data. To begin with, something similar to the way the DataFrames package displays data within a REPL (specifically thinking IJulia).

However, something more complex like Datatables (https://datatables.net/) would be amazing.

I'm coming from the world of R's Shiny and these are some of the commonly used widgets in my applications.