Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cto
g1
Commits
2254ecd0
Commit
2254ecd0
authored
Feb 02, 2019
by
Tejesh P
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: Get data inside formhandler table,
#120
parent
45e50d7b
Pipeline
#75391
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
docs/formhandler.md
docs/formhandler.md
+15
-0
No files found.
docs/formhandler.md
View file @
2254ecd0
...
...
@@ -181,6 +181,21 @@ Render a table using the FormHandler at `./data`:
</script>
```
Get data inside formhandler table:
```
html
<div
class=
"formhandler"
data-src=
"./data"
></div>
<script>
$
(
'
.formhandler
'
)
.
on
(
'
load
'
,
function
(
formdata
,
meta
,
args
,
options
)
{
console
.
log
(
'
data inside formhandler table:
'
,
formdata
)
// gives data loaded in to formhandler table
})
.
formhandler
()
</script>
```
Customize cell rendering to display a chart in a cell:
```
html
...
...
Tejesh
🖖
@tejesh.p
mentioned in issue
#120 (closed)
·
Feb 02, 2019
mentioned in issue
#120 (closed)
mentioned in issue #120
Toggle commit list
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