[問題] 請問一下那裡找得到現成的Tree View Component
小弟我想要用一個Tree狀的選單來當Main Menu,Model方面:
class Category < ActiveRecord::Base
hobo_model
fields do
parent_id :integer
code :string
name :string
columns :string
timestamps
end
acts_as_tree :order => "code"
end
不知道各位先進是否知道有現成的Tree View Component能夠和acts_as_tree
無縫結合的元件,謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 116.59.49.237
Ruby 近期熱門文章
PTT數位生活區 即時熱門文章