StippleUI.jl icon indicating copy to clipboard operation
StippleUI.jl copied to clipboard

StippleUI is a library of reactive UI elements for Stipple.jl.

Results 29 StippleUI.jl issues
Sort by recently updated
recently updated
newest added

Fix #120 #121 This PR overrides the `label` contructor in `active_columns` and `DataTableOptions` with vanilla `string`. As for the best way forward, my suggestion would be to rely on an...

See https://quasar.dev/vue-components/table#popup-editing Sry, if this already possible. An old discussion: https://discourse.julialang.org/t/editable-table-using-stipple-ui/71854

enhancement

When using the `q-header` tag in HTML I get a `UndefVarError: `q__header` not defined` error. This is expected as QHeader is not part of StippleUI. However, if I interpolate ``,...

bug

It seems that the channel stops working after making changes to the code. That is, if I - Upload files, reload the page, and upload more files => everything works...

bug

Not a bug per se as it seems a deisgn choice, but the introduction of the override of column names in `DataTableOptions` in v0.22.9: https://github.com/GenieFramework/StippleUI.jl/blob/584f88f756b4b35ec292811eac3db613f1b10362/src/Tables.jl#L158 happened to be undesirable for...

I hope to use same format for all elements to make things simpler. I hope/suggest that **the following format rules are valid for all julia element functions**. Special element functions...

Hi, trying to add a notification (a dialog with OK button) to my Stipple app using Dialog (q-dialog) component. However could not managet to do. Need some help, please.

The `Color` property of a `DataTable` doesn't seem to have any effect. E.g., setting it to "primary" Steps to Reproduce: 1. add `DataTable` block 2. Set `Data Binding`, `Columns` and...

bug

I'm trying to add interactivity to a table such that when a click is made on a row, the row id and its content are stored in two variables `id`and...

question

I have a Dict in the model (that can change) ``` Stipple.@kwdef mutable struct Model 310.0, "n_segs" => "10", "l_tube" => 10.0, "T_ambient_res" => "Ambient Temperature is 100.0K") end ```...