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() on two tables in the same page #181

Open
GoogleCodeExporter opened this issue May 5, 2015 · 1 comment
Open

makeEditable() on two tables in the same page #181

GoogleCodeExporter opened this issue May 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I have two dataTables in the same page and I'm trying to edit them both using 
jEditable. But only one of those tables can be editable and the other wouldn't 
work. Is this a known issue?


            $('#Table1').dataTable().makeEditable({
                "aoColumns": [
                    { 
                        tooltip: "Double click to edit",
                        indiactor: 'Saving...',
                        onblur: 'submit'
                    }, null
                ],

                "sUpdateURL": 'EditTable1'
            });

$('#Table2').dataTable().makeEditable({
                "aoColumns": [
                    { 
                        tooltip: "Double click to edit",
                        indiactor: 'Saving...',
                        onblur: 'submit'
                    }, null
                ],

                "sUpdateURL": 'EditTable2'
            });

Editing Table2 works fine but editing Table1 would do nothing at all.

Original issue reported on code.google.com by [email protected] on 18 Mar 2015 at 10:32

@GoogleCodeExporter
Copy link
Author

1

Original comment by [email protected] on 8 Apr 2015 at 5:41

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