feat(table): make missing value symbol configurable (#15647)

Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com>
This commit is contained in:
Bahex
2025-04-27 23:58:39 +03:00
committed by GitHub
parent 12ccaf5e33
commit d8bec8668f
6 changed files with 54 additions and 6 deletions

View File

@ -355,6 +355,9 @@ $env.config.table.abbreviated_row_count = null
# false: Always apply `footer_mode` rules to the parent table
$env.config.table.footer_inheritance = false
# missing_value_symbol (string): The symbol shown for missing values
$env.config.table.missing_value_symbol = "❎"
# ----------------
# Datetime Display
# ----------------