- [ ] The table component filter options should be grouped as follows: const filterlist = ['pending', 'active', 'active_open', 'inactive', 'cancelled', 'user_cancelled'] - 1. **Pending** 2. `active` or `active_open` = **Active** 3. `inactive` = **Inactive** 4. `user_cancelled` = **Cancelled** 5. `cancelled` = **Expired**
const filterlist = ['pending', 'active', 'active_open', 'inactive', 'cancelled', 'user_cancelled'] -
activeoractive_open= Activeinactive= Inactiveuser_cancelled= Cancelledcancelled= Expired