Types for columns in QTable
-
Hi, I have a custom component that is build around QTable component. My component has
columns
property with columns definition that I pass further to QTable. I need to programmatically change columns definition (in order to realize column resizing) incolumns
property.Now, I like TS and want to use it in my app. What type should I set to the
columns
property of my component so that I can access column definitions and its properties without TS warnings?Is there a list of TS types? Have all components have TS types?
Thanks
Pavel
-
@ph777 could you post the same question in our typescript channel at discord pls, ty.
-
any ideas about this question?