mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
7 lines
225 B
Text
7 lines
225 B
Text
|
json.draw @draw
|
||
|
json.recordsTotal @repository_rows.total_count
|
||
|
json.recordsFiltered @repository_row_count
|
||
|
json.data do
|
||
|
json.array! prepare_row_columns(@repository_rows, @repository, @columns_mappings, @repository.team)
|
||
|
end
|