-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
this is my code
<----------------------------------------------------->
<template #header.cus_status_text="{ column }">
const cols =
ref([
{ field: 'actions', title: 'Actions', isUnique: true, sort:false, filter:false },
{
field: 'cus_status_text',
title: 'สถานะ',
type: 'bool',
},
{ field: 'cus_name', title: 'ชื่อลูกค้า', },
{ field: 'cus_email', title: 'Email/Line' },
{ field: 'cus_credit', title: 'Credit', type: 'number', filter: false },
{ field: 'cus_remark', title: 'Remark', filter: true},
]) || [];
button disappear and idk how to add filter without type bool
Metadata
Metadata
Assignees
Labels
No labels