From 3b93cd2de70e2676fc7c8839d90cbb9ae6e41f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Thu, 12 Sep 2024 09:52:20 +0200 Subject: [PATCH] Remove column note in static configuration https://github.com/holoviz/panel/pull/7241 --- examples/reference/widgets/Tabulator.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reference/widgets/Tabulator.ipynb b/examples/reference/widgets/Tabulator.ipynb index 24843535a3..a002a1b5e1 100644 --- a/examples/reference/widgets/Tabulator.ipynb +++ b/examples/reference/widgets/Tabulator.ipynb @@ -1371,7 +1371,7 @@ "source": [ "These and other available *Tabulator* options are listed at http://tabulator.info/docs/{{TABULATOR_VERSION}}/options. \n", "\n", - "Obviously not all options will work though, especially any settable callbacks and options which are set by the internal Panel tabulator module (for example the `columns` option).\n", + "Obviously not all options will work though, especially any settable callbacks and options which are set by the internal Panel tabulator module.\n", "Additionally it should be noted that the configuration parameter is not responsive so it can only be set at instantiation time." ] }