[Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 16 09:58:26 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60642|0                           |1
        is obsolete|                            |

--- Comment #16 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 61159
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61159&action=edit
Bug 15219: Fix date sorting when server-side processing is disabled

Use DataTables 'columns' option instead of 'aoColumns'
This allow more control on what data is used for display, sorting,
filtering, ...

A large part of this patch is about rewording things to better match the
DataTables documentation.
The real change is that

  "mRender": renderingFunc

becomes

  "render": {
    "display": renderingFunc
  }

So the return value of renderingFunc is now only used for display (not
for filtering, sorting, ...)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list