Lattice mesh

I am trying Ruby on Rails after Yii2 and my question is is there something like yii2 grid view? Yii2 allows me to make my admin panel faster and more useful for finding content using filters.

thanks a lot!

+3


source to share


1 answer


Not really. You can use Bootstrap , to do .row

and .col

to be formatted.

You can use ActiveAdmin to create admin frontends that go out easily, albeit simpler than Yii2.



Here is a tutorial http://railscasts.com/episodes/284-active-admin?autoplay=true

0


source







All Articles