mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
8 lines
245 B
Ruby
8 lines
245 B
Ruby
# 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
|