manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

makeEditable() is undefined #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 stefbr...@crm-braun.de on 28 Jul 2014 at 4:04

GoogleCodeExporter commented 9 years ago
Can be deleted. I am an idiot, have to use .dataTable, not .DataTable

Original comment by stefbr...@crm-braun.de on 29 Jul 2014 at 8:13