Hello All,
I’m currently using the following to get the data based on a blank column,
{{
getcards.data.filter( item => item.Status === "" )
}}
I also want to add if the status is “In Progress” or “Pending”, how do i include them in the Table Data property?
Thanks.