Emanuele Barban
Emanuele Barban
> This is how the `rails-ujs` package handles it: > > ```json > // package.json > { > "main": "lib/assets/compiled/rails-ujs.js", > "files": [ > "lib/assets/compiled/*.js" > ] > } >...
@miguelBarreiro85 had some news about it?
Would be very usefull, someone can point out how the code can be extended to support this, it's not easy to understand but I'm willing to help
I've found an easy solution without the need of a custom template: ```ruby Trestle.resource(:properties) do ... hook("resource.index.header") do content_tag(:div, style: "order: 2;align-self: center;") do link_to(button_tag("Export", icon: 'fa fa-file', class: "btn...
Could be nice to have an idea on how to start so we can help
I found a way, and it's also pretty straightforward. It's just an idea but I tested it and it works. Let's use the Pundit gem, remember that roles must be...