GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
84 stars 15 forks source link

Insert q-td #79

Closed PingoLee closed 1 year ago

PingoLee commented 2 years ago

Enable use of in table

AbhimanyuAryan commented 2 years ago

@PingoLee not sure can you please post stippleui code to this functionality so I can test it ? And maybe also add a screenshot or gif or gif example? Something Like this: https://github.com/GenieFramework/StipplePlotly.jl/issues/29#issuecomment-1028979487

PingoLee commented 2 years ago

@AbhimanyuAryan it just for enable the use of element <q-td></q-td> in table in views. For example https://github.com/PingoLee/LinkSUS/blob/master/views/config.jl.html.

PingoLee commented 2 years ago

@AbhimanyuAryan, I think the problem is just registering the normal element. Registering it in StippleUI is more logical, I think. But I see that is possible to register in routes.jl

`import Genie.Renderer.Html: normal_element, register_normal_element

register_normal_element("qtd", context = @MODULE__)`