Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional children

children: any

children - children of the component.

Optional className

className: undefined | string

className - element class name

Optional classes

classes: any

classes - user defined object with classes.

see

For more information see MaterialUI classes overriding

columns

columns: any[]

columns - array of elements to configure table layout.

Optional dense

dense: undefined | false | true

dense - if true, cell will have small padding.

Optional disableAutoHeight

disableAutoHeight: undefined | false | true

disableAutoHeight - if true , component will not recalculate container height by columns height.

Optional ref

ref: any

ref - reference object.

see

More about React refs

Optional style

style: any

style - styles of component

Generated using TypeDoc