Replies: 2 comments 1 reply
-
Hello Tommy, try like this table.getAllColumns().find(x => x.id === 'status') && <TableStatusFilter/> |
Beta Was this translation helpful? Give feedback.
1 reply
-
I opened #5964 in the hopes of removing the error log, since the type return indicates that the column returned can be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. In my custom table i have some quick filters in the table's toolbar. To show them i have something like this:
The problem in this is that in my console, i receiver this error when column doesn't exist.
" [Table] Column with id 'status' does not exist."
How about removing the error or just creating a new function to check if column exists without showing the error. It's very irritating even if a dev mode seeing all these errors.
Beta Was this translation helpful? Give feedback.
All reactions