You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hafiz-arup this has now been fixed with #349, however required breaking changes. We plan to release these changes in v4.0.0 asap. We will let you know once realsed.
Detailed Description
I am using the basic example given in the Arc documentation but the search is not working.
A code example can be found here https://stackblitz.com/edit/vitejs-vite-yuatgrfw?file=src%2FApp.tsx
Components
Steps to Reproduce
`
import React from "react";
import { ArcTable, ArcContainer } from "@arc-web/react";
const SampleTable= () => {
const headers = ["Name", "Email", "Number"];
};
export default SampleTable;
`
Expected Behaviour
The search should filter the result while I start typing
Actual Behaviour
Its doing nothing
Application Framework/Library
React 18.2.0
Arc Version
3.4.1
The text was updated successfully, but these errors were encountered: