Skip to content

Instantly share code, notes, and snippets.

@rch
Created December 23, 2013 19:08
Show Gist options
  • Save rch/8102760 to your computer and use it in GitHub Desktop.
Save rch/8102760 to your computer and use it in GitHub Desktop.
# page reload
{
'action': 'GridProvider',
'type': 'rpc',
'tid': 1,
'data': [{
'start': 0,
'limit': 25,
'page': 1
}],
'method': 'items'
}
# box checked
{
'action': 'GridProvider',
'type': 'rpc',
'tid': 2,
'data': [{
'date': '2013-10-04T00:00:00',
'checked': True,
'id': '9d3942812f4bba6b2d6f78c62887f4676f5cbe88',
'value': 172.29,
'order': 10
}],
'method': 'items'
}
# another box
{
'action': 'GridProvider',
'type': 'rpc',
'tid': 3,
'data': [{
'date': '2013-09-26T00:00:00',
'checked': True,
'id': '052413b9092bec3f22c2f6690f4e7858b21cf2d0',
'value': 443.8,
'order': 3
}],
'method': 'items'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment