@if(selection.selected.length === 0 ){
search
} @if(selection.selected.length > 0){
Selected: {{ selection.selected.length }}
}
Product Name
users
{{ element.product_name }}
{{ element.categories[0] }}
Date {{ element.date }} Status @if (element.status) { Stock } @else { Out Of Stock } Price ${{ element.base_price }} Action
@if(dataSource.filteredData.length == 0){

Not Found

}