Pax.Plugins.IndexTable (Pax v0.0.1-dev)

View Source

Renders a table for the index view of a Pax.Interface.

Options:

  • :placement - The section to render the index table to. Default: :index_body.
  • :fields - A list of field names (as atoms) to include in the table and the order to include them. If not provided, all fields will be displayed in their original order. If any field name in the list is not available in the fields for that action, that field will be skipped. Field names must be atoms.

Summary

Functions

index_table(assigns)

type()

Callback implementation for Pax.Plugin.type/0.