Objects
NascentError
NascentException
NascentPermissions
NascentTableColumn
NascentTableRefineOptions
NascentUser
NascentWarning
Types
NascentPermissionSet
NascentSerializationMap
NascentTableContentDelegate
NascentTableItemQuery
UI
NascentPermissionsPanel
NascentTable
Utilities
NascentProcessor
NascentTableController
NascentUserManager
Firebase
NascentFirestoreMappedReference
NascentFirestoreObject

CLASS

NascentTableColumn<O extends any>

Represents a column in a NascentTable.

Instance Properties

TypeNameDescription
StringidUnique ID for the column.
anyheaderUI content to display for the header of the column.
NascentTableContentDelegate<O>contentCallback that generates the content of table cells.