Hi @Kilian_Boshoff, I'm assuming that filtered data of the table is being converted to an object rather than an array. You can check collection_orders_due_today.data when you're filtering and probably adjust the value there to something like collection_orders_due_today.data[order_number].length or something.
Again, these are assumptions so better to view your filtered data's structure.