Skip to content

Commit

Permalink
feat: add total notes column
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 8, 2024
1 parent 90e0bbc commit 969705d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d
<th>Tweet status</th>
<th>Tweet author</th>
<th>Tweet content</th>
<th>Total notes</th>
<th>Total ratings</th>
</tr>
</thead>
Expand Down Expand Up @@ -230,6 +231,12 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d
visible: false,
defaultContent: ''
},
{
data: 'notes',
render: function (data, type, row, meta) {
return data.length;
}
},
{
data: 'rating',
searchable: true,
Expand Down

0 comments on commit 969705d

Please sign in to comment.