Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDtResponse

Response object for DataTables and Editor

export

Hierarchy

  • IDtResponse

Index

Properties

Optional cancelled

cancelled: string[]

Editor - Rows which have not been acted upon.

Optional data

data: any[]

DataTables - Array of row information.

Optional draw

draw: number

DataTables SSP - draw counter.

Optional error

error: string

DataTables and Editor - General error string.

Optional fieldErrors

fieldErrors: IDtError[]

Editor - Field information errors.

Optional files

files: object

Editor - file information.

Optional options

options: object

Editor - select, radio and checkbox options.

Optional recordsFiltered

recordsFiltered: number

DataTables SSP - number of records after filtering.

Optional recordsTotal

recordsTotal: number

DataTables SSP - number of records in the result set.

Optional upload

upload: object

Editor - Upload complete file id.

Type declaration

  • id: string

Generated using TypeDoc