View | Details | Raw Unified | Return to bug 29408
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-1 / +8 lines)
Lines 517-522 jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { Link Here
517
517
518
(function($) {
518
(function($) {
519
519
520
    /**
521
    * Create a new dataTable instance that uses the Koha RESTful API's as a data source
522
    * @param  {Object}  options         Please see the dataTables documentation for further details
523
    * @param  {Object}  column_settings The arrayref as returned by KohaTables include
524
    * @param  {Boolean} add_filters     What does this actually do?
525
    * @param  {Object}  default_filters What does this actually do?
526
    * @return {Object}                  The dataTables instance
527
    */
520
    $.fn.kohaTable = function(options, columns_settings, add_filters, default_filters) {
528
    $.fn.kohaTable = function(options, columns_settings, add_filters, default_filters) {
521
        var settings = null;
529
        var settings = null;
522
530
523
- 

Return to bug 29408