Files
openide/grid
Sergei Tachenov 4146b787f8 IJPL-192020 Convert SUPPRESS_FAST_TRACK to Key
(cherry picked from commit 53b58350772385740e682c36e7b9c11040fe73d9)

IJ-CR-165957

GitOrigin-RevId: 850614c188a05dd33ad89841692f95f4f3878aa0
2025-06-19 12:58:01 +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