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

makeEditable() is undefined #169

Open
GoogleCodeExporter opened this issue Nov 25, 2015 · 1 comment
Open

makeEditable() is undefined #169

GoogleCodeExporter opened this issue Nov 25, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create table with "var table = $('#id').DataTable( {
                                bJQueryUI: true,
                                ordering: false,
                                searching: false,
                                paging: false
                            }).makeEditable();"
3. makeEditable() is undefined 

What do you see instead?
I get an "Uncaught TypeError: undefined is not a function" (makeEditable() is 
undefined in this case)

What version of the product are you using? On what operating system?
jquery 1.11.1, jquery.dataTables 1.10.1, jquery.dataTables.editable 2.3.3, 
jquery.ui 1.11.0 and jquery.jeditable 1.7.1;

Original issue reported on code.google.com by [email protected] on 28 Jul 2014 at 4:04

@GoogleCodeExporter
Copy link
Author

Can be deleted. I am an idiot, have to use .dataTable, not .DataTable

Original comment by [email protected] on 29 Jul 2014 at 8:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant