phoenix_datatables v0.3.0 PhoenixDatatables.Response.Payload

A struct which serialies with Jason to the json response expected by the Datatables client library.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %PhoenixDatatables.Response.Payload{
  data: term(),
  draw: term(),
  error: term(),
  recordsFiltered: term(),
  recordsTotal: term()
}