[@types/tabulator-tables] doesn't allow to use setData() with no parameter despite the official doc allows it #69875
Unanswered
md-redwan-hossain
asked this question in
Issues with a @types package
Replies: 2 comments
-
|
Thanks for the discussion about "tabulator-tables", some useful links for everyone: Pinging the DT module owners: @Jojoshua, @mike-lischke. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
As per official Doc, invoking
table.setData()with no parameter is allowed. The doc says,However, in the
@types/tabulator-tables, the signature ofsetDataenforces to pass at least one parameter which is:setData: (data: any, params?: any, config?: any) => Promise<void>;Link to tabulator official Doc
Link to type signature source code
Beta Was this translation helpful? Give feedback.
All reactions