Staszek

Results 5 comments of Staszek

You can easily with app/admin/test_product_admin.rb `Trestle.resource(:test_product, model: Product)` app/admin/real_product_admin.rb ` Trestle.resource(:real_product, model: Product)` And so on. Then you can limit data as stated above, permissions and behaviors. Using this way...

> I provided one answer to the question: How to adjust the title of a single column? => https://github.com/TrestleAdmin/trestle/wiki#q-how-to-rename-the-title-of-a-resource-view Even easier is to put header where you define columns `column...

@basharabdullah Adding target: '_blank' works `toolbar.link 'Open action in new Window', some_url, icon: 'fa fa-check', target: '_blank'`

@jepaulbadillos Depending on what exactly you want to do with them. If you want it for display of data from object then yes - I've done that, can show you...

Same on Ubuntu. First time using, so don't know if it worked better in previous versions