I cannot show you the page, but I created a simple page that shows the problem. See
poca.com/index.php?option=com_content&view=article&id=145
Click the link and you will see the dialog box. If you filter or sort, the link will no longer work.
The code for it is this:
{arijdatatable bPaginate="true"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>{arijdialog}{arijdicontent}content10{/arijdicontent}{/arijdialog}</td>
<td>content20</td>
<td>content30</td>
</tr>
<tr>
<td>{arijdialog}{arijdicontent}content11{/arijdicontent}{/arijdialog}</td>
<td>content21</td>
<td>content31</td>
</tr>
</tbody>
</table>
{/arijdatatable}