mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
11 lines
347 B
Ruby
11 lines
347 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.draw @draw
|
|
json.data do
|
|
json.array! prepare_row_columns(@repository_rows,
|
|
@repository,
|
|
@columns_mappings,
|
|
@repository.team)
|
|
end
|
|
json.recordsFiltered @repository_rows.length
|
|
json.recordsTotal @all_rows_count
|