Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
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
0
Merge Requests
0
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
Privat - Marco Schmiedel
sidekick
Commits
2925f894
Commit
2925f894
authored
Jun 22, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - created table custom css for documentation
parent
c42562ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
Index.blade.php
src/Views/Limitless/Navigation/Documentation/Index.blade.php
+4
-4
Config.php
src/Views/Limitless/Table/Config.php
+10
-0
No files found.
src/Views/Limitless/Navigation/Documentation/Index.blade.php
View file @
2925f894
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
@
Limitless
::
Divider
@
Limitless
::
Divider
</
br
>
</
br
>
<
h6
>
Parameters
</
h6
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped
table-docu
'
]
])
@
Limitless
::
TableAutofillHeader
([
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Key'
],
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
@
Limitless
::
Divider
@
Limitless
::
Divider
</
br
>
</
br
>
<
h6
>
Parameters
</
h6
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped
table-docu
'
]
])
@
Limitless
::
TableAutofillHeader
([
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Key'
],
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
@
Limitless
::
Divider
@
Limitless
::
Divider
</
br
>
</
br
>
<
h6
>
Parameters
</
h6
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped
table-docu
'
]
])
@
Limitless
::
TableAutofillHeader
([
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Key'
],
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
@
Limitless
::
Divider
@
Limitless
::
Divider
</
br
>
</
br
>
<
h6
>
Parameters
</
h6
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped
table-docu
'
]
])
@
Limitless
::
TableAutofillHeader
([
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Key'
],
...
...
src/Views/Limitless/Table/Config.php
View file @
2925f894
...
@@ -38,6 +38,16 @@
...
@@ -38,6 +38,16 @@
'Limitless::TableAutofillBody'
=>
'tableAutofillBody'
'Limitless::TableAutofillBody'
=>
'tableAutofillBody'
];
];
public
$assetAllocation
;
public
function
__construct
()
{
$this
->
assetAllocation
=
[
'Limitless::TableStart'
=>
[
secure_url
(
"/ceetrox/sidekick/resource/public/Elements/table/Styles/table.css"
)
]
];
}
/*
/*
|--------------------------------------------------------------------------------------------
|--------------------------------------------------------------------------------------------
...
...
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