-
Notifications
You must be signed in to change notification settings - Fork 284
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
No initialization #96
Comments
And how about dropping the loop and calling the Datatable on '.table' selector? |
@vedmack Yes, this could be the simplest way, but sometimes the loop is more readable to me especially when there is some more 'tricky' stuff inside it. For now, I simply re-query the element by ID so selector is known. |
👍 FYI, |
Hey, just a little simple solution, for reference;
(the random string on selector came from http://stackoverflow.com/a/6860962) |
|
That's not an enhancement, but a serious bug. Took me about 3-4 hours to figure this out. I have a jquery object, I assume I can apply jquery methods on it. Datatable works just fine, but yadcf fails silently, without any indication of the error. |
Well apparently this issue was fixed long time ago :) just checked it and it works just fine, here a working jsfiddle... http://jsfiddle.net/vedmack/05dtpk1s/20/ |
Cannot initialize plugin like this way:
init function expects some defined selector, which obviously is unknown (if I dump instance.selector it's an empty string so no initialization occurs.
The text was updated successfully, but these errors were encountered: