HighDots Forums  

trouble using tableFilter plugin

jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.


Discuss trouble using tableFilter plugin in the jQuery forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vineet naik
 
Posts: n/a

Default trouble using tableFilter plugin - 11-07-2009 , 06:42 AM






I am trying to use table filter plugin from http://ideamill.synaptrixgroup.com/?page_id=16
in more than 1 places in my project ..
As per the site the plugin should be used this way --

Quote:
$(’yourtable’).tableFilter([ tableOptions (Object) ])

But it didnt work when I tried to pass two options to it - as in

$(’yourtable’).tableFilter([ sortOnLoad = 1 , pageLength="5" ])

then I tried
$(’yourtable’).tableFilter({ sortOnLoad:1 , pageLength:"5" }) and
it worked in one place but shows error in other places ..


Error: this.cols[this.settings.sortOnLoad] is undefined
Source File: http://localhost/......./jquery.tableFilter.js
Line: 76

what am i supposed to pass in [tableOptions (Object)])

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.