You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue where DataTables shows 0 rows when filter even though the response from the server contains the expected data. The data is correctly logged in the server-side logs, but the table remains empty.
I'm encountering an issue where DataTables shows 0 rows when filter even though the response from the server contains the expected data. The data is correctly logged in the server-side logs, but the table remains empty.
[2024-12-17 08:39:37] local.INFO: [{"id":8,"grade_name":"KG I","fees":"9550","branch_id":4,"created_at":"2024-12-05T00:06:49.000000Z","updated_at":"2024-12-13T16:45:04.000000Z","deleted_at":null,"dates":[{"id":14,"grade_level_id":8,"grade_start_date":"2025-04-01","created_at":"2024-12-05T00:06:49.000000Z","updated_at":"2024-12-05T00:06:49.000000Z"}]}]
Code snippet of problem
The text was updated successfully, but these errors were encountered: