Skip to content

Commit 7641bde

Browse files
nstrayerwch
andauthored
Update docs/custom-component-one-off.qmd
Co-authored-by: Winston Chang <[email protected]>
1 parent e2f907e commit 7641bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-component-one-off.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Note that we're using the class `".shiny-tabulator-output"` here to mark the ele
9090

9191
### The `renderValue()` method
9292

93-
Next, we fill in the main logic for rendering our table in to the `renderValue` method. This method gets passed two arguments: `el` which is an HTMLElement as found by our find function, and `payload` which is the data that the server has provided from the render function (more on this [soon.](#the-render_tabulator-decorator))
93+
Next, we fill in the main logic for rendering our table in to the `renderValue` method. This method gets passed two arguments: `el` which is an HTMLElement as found by our find function, and `payload` which is the data that the server has provided from the render function (more on this [soon](#the-render_tabulator-decorator)).
9494

9595
```{.javascript filename="tableComponent.js"}
9696
// Import the Tabulator library

0 commit comments

Comments
 (0)