I use TreeTable to display data in a React app (I use TypeScript and scss) There is code
<div className='my-tree-table'> <TreeTable value={treeValue} ...
This is a translation for this type of javascript.
My question is how to write my scss my-tree-view class to override the height parameters belonging to cp-tree-table_viewport to the outside TreeTable component?
You should be able to override this using css. Inline styles can only be overridden using the
!important
keywordIn your case this would be: