Fixes and add label to tables

This commit is contained in:
2022-04-16 15:21:07 -05:00
parent 073cc9452e
commit 8b0ddff515
13 changed files with 76 additions and 38 deletions
+1
View File
@@ -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