How to disable default logs when using tanstack table?

29 views Asked by At

I am creating table in reactJS using tanstack table and getting this log everytime:

imageenter image description here

I want to disable this default logging. How can I achieve that? I searched everywhere but not getting any solution.

1

There are 1 answers

0
moonstar-x On

I think you're looking for the debugAll={false} prop.

You can check out the component's documentation here.