Objects
NascentError
NascentException
NascentPermissions
NascentTableColumn
NascentTableRefineOptions
NascentUser
NascentWarning
Types
NascentPermissionSet
NascentSerializationMap
NascentTableContentDelegate
NascentTableItemQuery
UI
NascentPermissionsPanel
NascentTable
Utilities
NascentProcessor
NascentTableController
NascentUserManager
Firebase
NascentFirestoreMappedReference
NascentFirestoreObject
CLASS
NascentTableRefineOptions
Contains info dictating how content displayed on a table should be sorted.
Overview
The
columnId
will dictate which column to sort by.
The
ascending
option can be set to true or false to sort the given field in ascending or descending order, respectively.
Constructors
Name
Description
NascentTableRefineOptions
(
String
this.
columnId
Boolean
this.
ascending
)
Arguments
String
this.
columnId
Boolean
this.
ascending
Instance Properties
Type
Name
Description
String
columnId
The ID of the column to sort by.
Boolean
ascending
Indicates which direction to sort the selected column.