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

Only first page of mult-page table is editable. #167

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

Only first page of mult-page table is editable. #167

GoogleCodeExporter opened this issue May 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Editing only works on first page of multi-page table. This works as 
expected reaching server and updating db record along with client side 
callback(s) firing, but only on first page of records. 

What is the expected output? What do you see instead?
Double clicking cell should open text input for editing. Nothing happens

What version of the product are you using? On what operating system?
2.3.3

Please provide any additional information below.


Original issue reported on code.google.com by satellit...@gmail.com on 2 May 2014 at 7:54

@GoogleCodeExporter
Copy link
Author

Further investigation has revealed that editing breaks when using Datables 
deferred rendering. When fnApplyEditable(aonodes) is invoked in makeditable() 
only the nodes currently rendered in the table - the first 10 - have the nTr 
object populated, so the event handler only gets bound to those rows.  

Presumably the solution is to bind a function to the Datables draw event and 
then invoke fnApplyEditable again. Is there a better way? 

Original comment by satellit...@gmail.com on 3 May 2014 at 2:33

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