Packages

A sortable, paginated table as a LiveView component, that integrates with Ash

Current section

Files

Jump to
ash_table lib ash_table.ex
Raw

lib/ash_table.ex

defmodule AshTable do
@moduledoc """
Documentation for `AshTable`.
"""
@doc """
Hello world.
## Examples
iex> AshTable.hello()
:world
"""
def hello do
:world
end
end