React Table filter by Column
I have this code that is a component for a table in react vite with tsx, right now I’m trying to apply some input filter in each column. I alredy have the filter logical, but the table is rendered base in the camp “camp”, and because of this it only effectively filters the input of the column camp. How can I ajust the code to filter all the columns ?