We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1a629c + f71dd86 commit 97168feCopy full SHA for 97168fe
docs/tutorial.rst
@@ -267,7 +267,7 @@ The HTML/JS code will look like this:
267
<th data-data="artist.name" data-name="artist.name">Artist</th>
268
<th data-data="name">Album name</th>
269
<th data-data="year">Year</th>
270
- <th data-data="genres" data-name="genres.name">Year</th>
+ <th data-data="genres" data-name="genres.name">Genres</th>
271
</tr>
272
</thead>
273
</table>
@@ -312,7 +312,7 @@ We could also have written that in a more conventional form (without data attrib
312
<th>Artist</th>
313
<th>Album name</th>
314
<th>Year</th>
315
- <th>Year</th>
+ <th>Genres</th>
316
317
318
0 commit comments