Guest User

Untitled

a guest
Jul 22nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. { display: 'User Name', name: 'user_Name', width: 400, sortable: false, align: 'center' , process: procMe },
  2.  
  3. function procMe(celDiv, id) {
  4. $(celDiv).click(function() {
  5. alert(id);
  6. });
  7. }
Add Comment
Please, Sign In to add comment