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
TS2322: Type '{ key: string; label: string; sortable: true; stickyColumn: boolean; class: string; }' is not assignable to type 'string | ({ key: string; } & BvTableField)'.
Object literal may only specify known properties, and 'stickyColumn' does not exist in type '{ key: string; } & BvTableField'.
Describe the bug
Steps to reproduce the bug
Expected behavior
The
stickyColumn
described in the manual does not exist.Is the following code missing?
Versions
Libraries:
The text was updated successfully, but these errors were encountered: