Class DataSheetTableTexts
Represents table notification texts.
Package: ui-framework
Constructors
DataSheetTableTexts(Partial<DataSheetTableTexts>)
Declaration
new DataSheetTableTexts(init?: Partial<DataSheetTableTexts>)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Partial<DataSheetTableTexts> | init | 
Properties
tableIsEmpty
A message to be displayed when the table has no rows.
Declaration
tableIsEmpty: string
  Property Value
| Type | Description | 
|---|---|
| string | A message to be displayed when the table has no rows.  | 
      
tableNotCreatedText
A message to be displayed when the table is not created.
Declaration
tableNotCreatedText: string
  Property Value
| Type | Description | 
|---|---|
| string | A message to be displayed when the table is not created.  |