Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

How to avoid multiple radio buttons selection when paginating a table

$
0
0
Hello guys,

I'm having a problem here:
When I select a radion button in a page 1 and another one in the same page it works fine, but when I select a radio button in the page number 2, and go back to the page number 1, that first radio button still selected and the one in the page number 2 is also selected, how can I solve this problem? I was looking for a solution here in the forum but couldn't find someone with the same problem.

Here is my simple code:
(sorry, I couldn't host my example in live.datatables.net, not even on JS Fiddle)

$(document).ready(function () {
        var oTable = $('#example').dataTable({
            "bJQueryUI": true,
            "sPaginationType": "full_numbers"
        });
    });


Viewing all articles
Browse latest Browse all 1816

Trending Articles