Files
Nikita.Ashihmin d2821002e4 PY-80756 Open the "Data" tab first for .csv files
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com>
(cherry picked from commit 620fc7d0b285fa644d1d9b5e98e60111561472cf)

GitOrigin-RevId: c95b12c4cae16f6a0a8434b584c3c4f1cdb45f9d
2025-05-09 10:40:58 +00:00
..

Grid: Table Component

This component is responsible for rendering tables in various contexts in intellij

Module names

Module naming conventions inside this directory are following:

  • All module names start with intellij.grid
  • Module-specific word follows intellij.grid, i.e. images means that this module is about image support inside tables
  • Module-specific word, if any, is followed by core if this module only brings core, not a full support
  • Implementation modules end with impl, API modules don't have this suffix