Ashish Jaiswal
Ashish Jaiswal

Reputation: 11

How to disable default logs when using tanstack table?

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.

Upvotes: 1

Views: 381

Answers (1)

moonstar-x
moonstar-x

Reputation: 1168

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

You can check out the component's documentation here.

Upvotes: 0

Related Questions