fix error
This commit is contained in:
parent
8078e8d1c8
commit
00697b4fe1
|
@ -62,7 +62,7 @@ class UniversalTablesController < ApplicationController
|
||||||
"title-class" => title_class
|
"title-class" => title_class
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
tablecolum1ns = table.table_columns.where(:display_in_index => true).asc(:order)
|
tablecolumns = table.table_columns.where(:display_in_index => true).asc(:order)
|
||||||
rows = []
|
rows = []
|
||||||
entries = get_entries(params, table, page)
|
entries = get_entries(params, table, page)
|
||||||
total_pages = entries.total_pages
|
total_pages = entries.total_pages
|
||||||
|
|
Loading…
Reference in New Issue