You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jul 2014 at 4:04The text was updated successfully, but these errors were encountered: