Commit c978925a authored by Michael Galon's avatar Michael Galon

added comment for column header options

parent d18ce08d
......@@ -32,6 +32,11 @@
@limitless::table
<thead>
{{-- Define header Here --}}
{{-- Column options
Sort="[asc|desc]"
Sortable="[true|false]"
Serachable="[true|false]"
--}}
<tr>
<th Sortable="false">ID</th>
<th Serachable="true">First Name</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment