• I used a filter to filter “TO” and nothing is shown in the table. But the JSON I received from backend shows 1 row but data array is empty. I am 100% sure the row is there because I used sql client to check the row.

    {
        "columns": [
            "id",
            "to_email",
            "subject",
            "message",
            "headers",
            "sent_date",
            "files"
        ],
        "data": [],
        "totalRows": "1",
        "rowCount": 1
    }

    Filter here https://pasteboard.co/6F6EayDiR5wX.png

    Row in SQL here https://pasteboard.co/14O7iCwCjuC9.png

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter stefan22

    (@stefan22)

    Okay I know where is the issue but its actually a different one. When I am for example at 2 page, not using any filter and I use a filter, it shows there are no rows. I have to remove the filter go back to the first page, then use the filter and then the row will show, guys have a look at it

Viewing 1 replies (of 1 total)
  • The topic ‘Filter doesnt work properly’ is closed to new replies.