diff --git a/lib/flop_phoenix/table.ex b/lib/flop_phoenix/table.ex index 8890087..0144ce4 100644 --- a/lib/flop_phoenix/table.ex +++ b/lib/flop_phoenix/table.ex @@ -43,7 +43,7 @@ defmodule Flop.Phoenix.Table do attr :target, :string, required: true attr :caption, :string, required: true attr :opts, :any, required: true - attr :col, :any, required: true + attr :col, :any attr :items, :list, required: true attr :foot, :any, required: true attr :row_id, :any, default: nil