From adae3e7a8ab9bcc25bab4490338333beb66a6405 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:42:38 +0000 Subject: [PATCH] docs: document text style toggles for table conditional formatting --- references/chart-types/table.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/references/chart-types/table.mdx b/references/chart-types/table.mdx index d1ef8712..a1f5514e 100644 --- a/references/chart-types/table.mdx +++ b/references/chart-types/table.mdx @@ -361,4 +361,10 @@ To use color ranges for your rules, select **Range** under **Conditional Formatt ![](/images/references/chart-types/table-conditional-format-range.png) -The color range will use a set of 5 colors mapped across the min and max colors selected in your rule. \ No newline at end of file +The color range will use a set of 5 colors mapped across the min and max colors selected in your rule. + +### Text styles + +Any conditional formatting rule can also toggle **bold**, *italic*, and underline on matching cell text using the **Text style** toggle group in the rule editor. Turn on any combination of the three toggles to change how matching values are rendered. + +Text styles work with both **Single** and **Range** rules, and can be combined with the existing text, background, and row color options — for example, a rule that makes matching cells **bold and red**. They apply to both regular tables and pivot tables, and respect the rule's **Apply to** target (cell, text, or entire row). \ No newline at end of file