Hi All –
I have been playing around with jqgrid, and have the following question.
- To get the values of ID column, we use getDataIDs(). Is there a way I can get the values of other columns (I am using custom formatter to create a column link and adding delete link to each row on 'loadComplete'.)
- Can I use conditional statements while looping over a column and values. I mean, I want to loop over user_name column below and depending on its values I want to show delete for some values and do not want to display for some values
below is the code.
|
1 |
<div class="sfcode">$(document).ready(function() { <br /><br /><br /></div> |
