NoteOptions
Options for managing AdapTable Notes
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| dateFormat | Date Format string for Notes timestamp | 'dd-MM-yyyy HH:mm:ss' |
| isCellNotable | Whether a cell can contain Notes | |
| showPopupCloseButton | Show the Close Button in the Notes Popup | true |
Property Details
dateFormat
Date Format string for Notes timestamp
TypeScript
dateFormat?: string | (() => string);Default Value
'dd-MM-yyyy HH:mm:ss'
Property Value
string | (() => string)
isCellNotable
Whether a cell can contain Notes
TypeScript
isCellNotable?: (context: NotableCellContext) => boolean;Property Value
(context:NotableCellContext) => boolean
showPopupCloseButton
Show the Close Button in the Notes Popup
TypeScript
showPopupCloseButton?: boolean;Default Value
true
Property Value
boolean