Skip to content

Instantly share code, notes, and snippets.

@Amir-A-M
Created May 30, 2023 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amir-A-M/cb53f40b24d143553a7f83f81f56597e to your computer and use it in GitHub Desktop.
Save Amir-A-M/cb53f40b24d143553a7f83f81f56597e to your computer and use it in GitHub Desktop.
// draw: 4
// start: 8
// length: 4
// data.lenght is 3
// draw: 4 ◀◀
// columns[0][data]: fields.event_code
// columns[0][name]:
// columns[0][searchable]: true
// columns[0][orderable]: true
// columns[0][search][value]:
// columns[0][search][regex]: false
// columns[1][data]: fields.row_index
// columns[1][name]:
// columns[1][searchable]: true
// columns[1][orderable]: true
// columns[1][search][value]:
// columns[1][search][regex]: false
// columns[2][data]: fields.event
// columns[2][name]:
// columns[2][searchable]: true
// columns[2][orderable]: true
// columns[2][search][value]:
// columns[2][search][regex]: false
// columns[3][data]: fields.status
// columns[3][name]:
// columns[3][searchable]: true
// columns[3][orderable]: true
// columns[3][search][value]:
// columns[3][search][regex]: false
// columns[4][data]: 4
// columns[4][name]:
// columns[4][searchable]: true
// columns[4][orderable]: true
// columns[4][search][value]:
// columns[4][search][regex]: false
// order[0][column]: 0
// order[0][dir]: asc
// start: 8 ◀◀
// length: 4 ◀◀
// search[value]:
// search[regex]: false
// _: 1685446024576
{
"data": [
{
"model": "app.accessfilerecord",
"pk": 253,
"fields": {
"access_file": "1685359196909741.accdb",
"event": null,
"event_code": 0,
"status": "\u062c\u062f\u06cc\u062f",
"row_index": 3521
}
},
{
"model": "app.accessfilerecord",
"pk": 254,
"fields": {
"access_file": "1685359196909741.accdb",
"event": null,
"event_code": 0,
"status": "\u062c\u062f\u06cc\u062f",
"row_index": 3522
}
},
{
"model": "app.accessfilerecord",
"pk": 255,
"fields": {
"access_file": "1685359196909741.accdb",
"event": null,
"event_code": 0,
"status": "\u062c\u062f\u06cc\u062f",
"row_index": 3523
}
}
],
"recordsTotal": 11,
"recordsFiltered": 11
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment