broad-salmonB
Refine4y ago
32 replies
broad-salmon

pagination not working if i use filtered value and onfilter props in ant table column

filteredValue={[consultationState]}
onFilter={(value:any,record:any)=>{
return record?.order_info?.type.includes(value)

}}
Was this page helpful?