Skip to content

Commit 350ba1f

Browse files
committed
Fixed typo in example code
1 parent bc88883 commit 350ba1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ Filtering is based off of the either the ``data`` or ``name`` fields. If you nee
356356
<script>
357357
'columns': [
358358
{'data': 'artist.name', 'name': 'artist.name, artist__year'}
359+
]
359360
</script>
360361

361362
This would allow you to filter the ``artist.name`` column based upon ``name`` or ``year``.

0 commit comments

Comments
 (0)