PyCharm 2024.1 Help

Data Editor and Viewer

The settings on this page define how table data is shown and modified in your database consoles, data editors, and so on.

Option

Description

Use custom font

Set the dedicated font for your data. The font is applied for query results and data editor, not for query consoles and your SQL files.

Custom font applied to the displayed data

Alternate row colors

Select this checkbox to make the table row colors alternate between two kinds of colors.

Alternating row colors

Show boolean values as

Set how you want to display boolean values in the data editor. You can select between the following options.

  • Text: boolean values are shown as text. Click a boolean cell to select a value from the drop-down list.

    Display boolean values as text
  • Checkboxes: boolean values are shown as checkboxes. If the checkbox is selected, the value is true. If the checkbox is cleared, the value is false. To set NULL or DEFAULT values, right-click a cell and select Set NULL or Set DEFAULT.

    Display boolean values as checkboxes
Last modified: 05 April 2024