popular-magentaP
Refine3y ago
4 replies
popular-magenta

Add filter to list page

Is it possible to add a filter to the list page useTable?
    const {
        getHeaderGroups,
        getRowModel,
        setOptions,
        refineCore: {
            setCurrent,
            pageCount,
            current,
            tableQueryResult: { data: tableData },
        },
    } = useTable({
        columns,
    });
Was this page helpful?