Hi,
I'm working on updating UI for an existing web forms application, and on 1 page, I applied the jQuery dataTable to a GridView table, which worked....everything lloks good and the table is responsive.
However, in each row of this table, the value in the 1st column is a link - clickable. If click on it, there is another section will appear below this table, with more details for this row.
SO here is the problem: when I click on this link, the content does show up, however, the jQueryTable loses its style and responsiveness; also the left menu got changed -- which I think is related.
Now, when I mouse over the link, at the bottom of the page, it shows " javascript:_doPostback(....)" - is this the reason why I'm seeing the problem above? What happens when "_doPostBack" happens?
Also - I tried to use jQuery code to keep the datatable being responsive, like below; but it did not work:
<script type="tex ...
Go to the complete details ...