scinote-web/app/views/repository_rows/simple.json.jbuilder

9 lines
245 B
Text
Raw Normal View History

2020-04-07 01:52:41 +08:00
# frozen_string_literal: true
json.draw @draw
json.data do
json.array! prepare_row_columns_simple(@repository_rows)
end
json.recordsFiltered @repository_rows.first ? @repository_rows.first.filtered_count : 0
json.recordsTotal @all_rows_count