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

NameDescription
NascentTable(
 {NascentTableController this.controller}
)
Creates a new instance from a controller.

Arguments

NascentTableControllerthis.controller

Instance Properties

TypeNameDescription
NascentTableControllercontrollerController that manages content displayed on the table.