Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Jonathan Druart d3f3a55e0b Bug 26234: Teach our KohaTable constructor the specific th classes
We have different classes we can use to set specific behaviours on
table columns: title-string, string-sort, anti-the and NoSort.
We should not need to pass them to the DataTable constructor, we could
teach it that we always want to apply them.

It will avoid bug like bug 26233

The goal is to define them in a centralised place
(columns_settings.inc) then only use the class on the th

Test plan:
Different behaviour and tables must be tested to confirm it works
correctly. Focus must be put on table when aoColumnsDefs is passed from
the template and confirm that this will add more info to aoColumnsDefs
and not remove the existing ones.

Note that this only work when KohaTable is used.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-19 08:24:04 +02:00
..
value_builder Bug 19312: Fix typo in template 2020-05-11 09:52:04 +01:00
addbiblio.tt Bug 25308: Escape querystring for Z39.50 popup from cataloging 2020-05-18 15:26:30 +01:00
addbooks.tt Bug 25447: Terminology: Fix button text "Edit biblio" 2020-06-18 16:58:38 +02:00
additem.tt Bug 26234: Teach our KohaTable constructor the specific th classes 2020-08-19 08:24:04 +02:00
editor.tt
linkitem.tt Bug 25762: Typo in linkitem.tt 2020-08-03 11:47:39 +02:00
merge.tt
moveitem.tt
z3950_auth_search.tt Bug 26215: Remove the use of jquery.checkboxes plugin from Z39.50 search pages 2020-08-18 15:45:49 +02:00
z3950_search.tt Bug 26234: Teach our KohaTable constructor the specific th classes 2020-08-19 08:24:04 +02:00