DataTable.Assigns (data_table v0.1.0)

Summary

Types

@type selection() :: {:include, map()} | {:exclude, map()}
@type t() :: %{
  can_select: boolean(),
  has_selection: boolean(),
  header_selection: true | false | :dash,
  selection: selection()
}