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
Add a column search interface to handle search values
This will hold the object keys as properties, and strings as their
values. This may not be the best way to implement it, because the
interface just has an [index signature][1] for the column names, but it
seems to work for now. Hopefully there just get referenced by objectKey.
[1]: https://www.typescriptlang.org/docs/handbook/interfaces.html#excess-property-checks
0 commit comments