From 75494a27a3a71652c6faa5d53d38506afab2e061 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sat, 8 Jun 2024 17:40:21 +0100 Subject: [PATCH] ratings fixes --- output/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/output/index.md b/output/index.md index ea42b07bd..6a9b15d13 100644 --- a/output/index.md +++ b/output/index.md @@ -216,8 +216,9 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d }, { data: 'rating', - searchable: true, + searchable: false, visible: true, + defaultContent: 0, render: function (data, type, row, meta) { if (!data) { return 0;