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

NameDescription
NascentTableRefineOptions(
 String this.columnId
 Boolean this.ascending
)

Arguments

Stringthis.columnId
Booleanthis.ascending

Instance Properties

TypeNameDescription
StringcolumnIdThe ID of the column to sort by.
BooleanascendingIndicates which direction to sort the selected column.