Skip to content

remix/data-table · Type

View Source

IdentityOptions

Summary

Options for configuring identity column generation.

Signature

type IdentityOptions = {
  always?: boolean
  increment?: number
  start?: number
}