Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to redraw table after importing to filter #236

Closed
Emwat opened this issue Sep 15, 2015 · 3 comments
Closed

Unable to redraw table after importing to filter #236

Emwat opened this issue Sep 15, 2015 · 3 comments

Comments

@Emwat
Copy link

Emwat commented Sep 15, 2015

/*! jQuery v1.7.1 jquery.com | jquery.org/license */
//cdn.datatables.net/1.10.6/js/jquery.dataTables.js

  • File: jquery.dataTables.yadcf.js
  • Version: 0.8.8
    TypeError: plugins[table_selector_jq_friendly] is undefined jquery.dataTables.yadcf.js:2913:37

My original problem is http://stackoverflow.com/questions/32525386/js-datatable-yadcf-keeping-the-filter-values

So after inserting "yadcf_data_1" into my JSON, the values did get imported into the filter and the table did load withe info, but after doing anything with the table (sorting, filtering, filtering w/o inputting JSON values), it got stuck in a Processing mode where firebug tells me the above error.

I am using the legacy code on dataTables. Not the capital D.

@Emwat
Copy link
Author

Emwat commented Sep 15, 2015

Tried it on Chrome. This is the error message.
Uncaught TypeError: Cannot read property 'ColReorder' of undefined

@lyrad
Copy link

lyrad commented Sep 17, 2015

I had the same issue.
I don't use colReorder so just commented the "plugins[table_selector_jq_friendly]" lines in yadcf file...

vedmack added a commit that referenced this issue Sep 17, 2015
@vedmack
Copy link
Owner

vedmack commented Sep 17, 2015

fixed in 0.8.9.beta.18

@vedmack vedmack closed this as completed Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants