Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

{"error": "Parameter draw is missing"} #18

@evollution

Description

@evollution

Hi ,
I am using this code:

 @amazon.route("/data")`
  def datatables():
     table = DataTable(request.args, Order, db.session.query(Order), [
         "id",
         ("AmazonOrderId", "AmazonOrderId"),
         ("OrderStatus", "OrderStatus"),
     ])
return json.dumps(table.json())

But i get {"error": "Parameter draw is missing"}. what am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions