djavaui / 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 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

1. Go to any page (e.g. second or third page) using paging navigation.
2. Add, edit or delete any element in the table.

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.

Original issue reported on code.google.com by joc...@gmail.com on 21 Mar 2011 at 9:08

GoogleCodeExporter commented 8 years ago
Issues 1,2,3, and 4 are resolved in the version 1.1.0.

Original comment by joc...@gmail.com on 27 Mar 2011 at 10:34

GoogleCodeExporter commented 8 years ago
The bug is still there in the version 1.1.6 and 1.1.8.

There's a similar bug with tables with a scrollbar : the table is positioned at 
the top after editing an element.

Original comment by yannper...@gmail.com on 25 May 2011 at 10:08

GoogleCodeExporter commented 8 years ago
Version 2.1.4 still has the bug as well.  From lines 286 - 308 you have to put 
the "false" at the end of the fnUpdate call.

Original comment by jasonmon...@gmail.com on 2 Mar 2012 at 6:33

GoogleCodeExporter commented 8 years ago
You are right but this is caused by other change. Could you try with the latest 
version 2.1.5.?

Thanks,
Jovan

Original comment by joc...@gmail.com on 4 Mar 2012 at 7:27

GoogleCodeExporter commented 8 years ago
Jovan,I changed to version 2.1.5 and still when I go to page 4 and update it 
returns to page 1. I'm using server-side update.Thanks.

Original comment by aplav...@gmail.com on 9 Mar 2012 at 3:15

GoogleCodeExporter commented 8 years ago
I also noticed that the new fuctions in 2.1.5 fnPopulateFormWithRowCells and 
fnTakeRowDataFromFormElements are not called anywhere. Thanks

Original comment by aplav...@gmail.com on 9 Mar 2012 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 9 Mar 2012 at 5:58

GoogleCodeExporter commented 8 years ago

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