Lines 844-850
Link Here
|
844 |
columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] |
844 |
columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] |
845 |
[% FOREACH suggestion IN suggestions %] |
845 |
[% FOREACH suggestion IN suggestions %] |
846 |
[% IF ( suggestion.suggestions_loop ) %] |
846 |
[% IF ( suggestion.suggestions_loop ) %] |
847 |
KohaTable("[% suggestion.suggestiontype | html %]t", { |
847 |
KohaTable("table_[% loop.count| html %]", { |
848 |
"sorting": [[ 1, "asc" ]], |
848 |
"sorting": [[ 1, "asc" ]], |
849 |
"autoWidth": false, |
849 |
"autoWidth": false, |
850 |
"columnDefs": [ |
850 |
"columnDefs": [ |
851 |
- |
|
|