Fixes and add label to tables
This commit is contained in:
@@ -4,6 +4,7 @@ class Table
|
||||
per_page_method :limit_value #kaminari
|
||||
|
||||
property :number, type: Integer, default: 1
|
||||
property :label
|
||||
property :position_x, type: Float, default: 0
|
||||
property :position_y, type: Float, default: 0
|
||||
property :needs_help, type: :boolean, default: false
|
||||
|
||||
Reference in New Issue
Block a user