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

issue with inline delete redrawing with pagination, only 1st page worksrest ( including searches ) do not redraw table #163

Open
GoogleCodeExporter opened this issue Jun 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
have a dataTable with inline delete link in each row in the table
i.e
<td>
<a class="table-action-deletelink" href="DeleteData.php?id={$res.id}">Delete</a>
</td>

2.  go to any page > 1 
click on the inline delete link

3. the result of the php file ( ok ) is displayed

What is the expected output? What do you see instead?
the dataTable should redraw instead it redirects to the delete link
this problem does not appear on the 1st page.
this problem appears with pages > 1 and the search filter 

What version of the product are you using? On what operating system?
jquery.dataTables.editable.js Version 2.3.3

FreeBSD 9.2-RELEASE-p2
Ubuntu 10.4.2



Please provide any additional information below.


Original issue reported on code.google.com by vika...@gmail.com on 31 Dec 2013 at 2:06

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