Filter doesnt work properly
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Filter doesnt work properly’ is closed to new replies.