pimplesushant-pere

Client Side Serial Number Generation

Jan 18th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. fnRowCallback: function (nRow, aData, iDisplayIndex) {
  2. var info = $(this).DataTable().page.info();
  3. $("td:nth-child(1)", nRow).html(info.start + iDisplayIndex + 1);
  4. return nRow;
  5. }
Add Comment
Please, Sign In to add comment