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.
1 parent c3c49ff commit 4c70618Copy full SHA for 4c70618
src/flex-table-column.cpp
@@ -27,7 +27,7 @@ struct column_type_lookup
27
char const *name() const noexcept { return m_name; }
28
};
29
30
-static std::array<column_type_lookup, 26> const column_types = {
+static std::array<column_type_lookup, 25> const column_types = {
31
{{"text", table_column_type::text},
32
{"boolean", table_column_type::boolean},
33
{"bool", table_column_type::boolean},
0 commit comments