From 865df22b62fb2aebb87426633c1adfdbf2d485c0 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Wed, 30 Oct 2024 10:00:36 +0300 Subject: [PATCH] columnMinWidth tabulator sample option --- examples/custom_tabulator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/custom_tabulator.js b/examples/custom_tabulator.js index 969d46769..c4dd6c736 100644 --- a/examples/custom_tabulator.js +++ b/examples/custom_tabulator.js @@ -18,6 +18,7 @@ var surveyAnalyticsTabulator = new SurveyAnalyticsTabulator.Tabulator( normalizedData, { // useNamesAsTitles: true + // columnMinWidth: 50 } );