Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
2
2020-03-03 itmax-84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Playground
2020-03-03 itmax-84
Commits
c978925a
Commit
c978925a
authored
Mar 03, 2020
by
Michael Galon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added comment for column header options
parent
d18ce08d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
welcome.blade.php
resources/views/welcome.blade.php
+5
-0
No files found.
resources/views/welcome.blade.php
View file @
c978925a
...
@@ -32,6 +32,11 @@
...
@@ -32,6 +32,11 @@
@
limitless
::
table
@
limitless
::
table
<
thead
>
<
thead
>
{{
--
Define
header
Here
--
}}
{{
--
Define
header
Here
--
}}
{{
--
Column
options
Sort
=
"[asc|desc]"
Sortable
=
"[true|false]"
Serachable
=
"[true|false]"
--
}}
<
tr
>
<
tr
>
<
th
Sortable
=
"false"
>
ID
</
th
>
<
th
Sortable
=
"false"
>
ID
</
th
>
<
th
Serachable
=
"true"
>
First
Name
</
th
>
<
th
Serachable
=
"true"
>
First
Name
</
th
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment