Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Last active December 30, 2015 17:29
Show Gist options
  • Select an option

  • Save lanekatris/2fb8ade72536530fba26 to your computer and use it in GitHub Desktop.

Select an option

Save lanekatris/2fb8ade72536530fba26 to your computer and use it in GitHub Desktop.
Common jqGrid snippets
// Set jqGrid Data
$(gridEl).jqGrid('setGridParam', {data: gridData});
// Reload grid
$(gridEl).trigger('reloadGrid');
// Delete row
$(gridEl).jqGrid('delRowData', rowId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment