theoreticsinc / jquery-datatables-editable

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

When cells are edited pagination is reset to the first page in version 2.1.5 still exists #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to any page (e.g. second or third page) using paging navigation.
2. Edit delete any element in the table.
3.

What is the expected output? What do you see instead?
Current page should be retained after the table is redrawn. Instead page is 
positioned to to first page and user need to navigate back to the page using 
navigation buttons.

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

Please provide any additional information below.
I noticed that new functions fnPopulateFormWithRowCells and 
fnPopulateFormWithRowCells are not called anywhere

Original issue reported on code.google.com by aplav...@gmail.com on 9 Mar 2012 at 3:50

GoogleCodeExporter commented 8 years ago
Hi,

Could you try with version 2.2. I'm refactoring code so now I have moved soem 
code in the fnPopulateFormWithRowCells.
Edit orks fine on the 
http://jquery-datatables-editable.googlecode.com/svn/trunk/server_side_processin
g.html. I have still not tried delete and edit because on live demo is not 
supported these actions.

Thanks,
Jovan

Original comment by joc...@gmail.com on 9 Mar 2012 at 11:55

GoogleCodeExporter commented 8 years ago
Hi to all

I'm new here but just to let you know that this bug seems solved in 2.3.1

The link is here (for now)
http://jquery-datatables-editable.googlecode.com/svn/trunk/media/js/jquery.dataT
ables.editable.js

Original comment by mangi...@gmail.com on 16 Jul 2012 at 9:40