Coder Social home page Coder Social logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi,

Could you try it with the latest version of plugin 1.4.4. because I have 
example that do work with server side processing see 
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSide.html.

Thanks,
Jovan

Original comment by [email protected] on 12 Feb 2012 at 7:28

  • Changed state: Accepted

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 12 Feb 2012 at 7:32

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi,

Please upgrade your plugin with the latest version. I have integrated column 
filter with DataTables 1.9 and it works on my examples:

http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSideJSONP.
html
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSideJSONP-
objects.html
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/serverSideJSONP-
ids.html

Original comment by [email protected] on 13 Feb 2012 at 3:36

  • Changed state: Invalid

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
It dont't work with scroller plugin.

Jquery: 1.7.2
Jquery UI: 1.8.2
DataTable: 1.9.1
column-filter: 0.9.0

Code:

$('#tParams').dataTable({
        "bProcessing": true,
        "bServerSide": true,
        "sAjaxSource": "index.php?ac=param",
        "sScrollY": $(window).height()*0.99-277,
                "sDom": "frtiSHF",
                "bDeferRender": true,
        "bJQueryUI": true,
        "sPaginationType": "full_numbers",
        "aoColumns": [
            {"bVisible": false},
            null,
            null,
            null,
            null,
            null,
            { "mDataProp": null, "fnRender": function(o){return '<a href="index.php?ac=param&action=edit&idParams='+o.aData[0]+'">Edit</a>'; }},
            { "mDataProp": null, "fnRender": function(o){return '<a class="deleteLink" href="index.php?ac=param&action=delete&idParams='+o.aData[0]+'">Delete</a>'; }}
        ]
    }).columnFilter();

Error:

jquery.dataTables.min.js:132Uncaught TypeError: Cannot read property 
'sServerMethod' of undefined
j.defaults.fnServerDatajquery.dataTables.min.js:132
$.fn.columnFilter.each.oTable.fnSettings.fnServerDatajquery.dataTables.columnFil
ter.js:329
wajquery.dataTables.min.js:45
zjquery.dataTables.min.js:37
(anonymous function)Scroller.min.js:32

Without .columnFilter() it work.

Original comment by [email protected] on 2 May 2012 at 8:47

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
I have the same problem.

jquery = 1.9.1
datatables = 1.9.4
columnFilter = 0.9.0

  $("#workorders").dataTable(
    sPaginationType: "full_numbers"
    bProcessing: true
    bServerSide: true
    sAjaxSource: $('#workorders').data('source')

    sDom: "T<\"clear\">lfrtip"

    oTableTools:
      aButtons: [
        "copy"
        "csv"
        "xls"
      ,
        sExtends: "pdf"
        sPdfOrientation: "landscape"
        sPdfMessage: "Salt Lake County"
        mColumns: "visible"
        "print"
      ]
  ).columnFilter()

Original comment by [email protected] on 16 May 2013 at 2:11

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi, I have try the latest  latest version of plugin 1.4.4,but it still doesn't 
work,"Uncaught TypeError: Cannot read property 'sServerMethod' of undefined"

Original comment by [email protected] on 22 Oct 2013 at 2:17

from jquery-datatables-column-filter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi everyone I'm using DataTable 1.9.4 and column filter(very useful thanks a 
lot) about error : 

    "Uncaught TypeError: Cannot read property 'sServerMethod' of undefined"

I changed  line 316 in jquery.dataTables.columnFilter.js from this:

    oTable.fnSettings().fnServerData = function (sSource, aoData, fnCallback) {

to this:

    oTable.fnServerData = function (sSource, aoData, fnCallback) {

it works for me. I hope it works for you too.

Original comment by [email protected] on 27 Nov 2013 at 2:03

from jquery-datatables-column-filter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.