Objects
NascentError
NascentException
NascentPermissions
NascentTableColumn
NascentTableRefineOptions
NascentUser
NascentWarning
Types
NascentPermissionSet
NascentSerializationMap
NascentTableContentDelegate
NascentTableItemQuery
UI
NascentPermissionsPanel
NascentTable
Utilities
NascentProcessor
NascentTableController
NascentUserManager
Firebase
NascentFirestoreMappedReference
NascentFirestoreObject
CLASS
NascentTable
Dynamically displays a list of objects.
Overview
The content of the table is controlled by a
NascentTableController
. Changes made to content via the controller will be automatically applied to the table.
Constructors
Name
Description
NascentTable
(
{
NascentTableController
this.
controller
}
)
Creates a new instance from a controller.
Arguments
NascentTableController
this.
controller
Instance Properties
Type
Name
Description
NascentTableController
controller
Controller that manages content displayed on the table.