Files
openide/grid
Anvar Ramazanov bdaa650261 [DBE-23393] Removed horizontal lines in heatmap for DG
Merge-request: IJ-MR-167774
Merged-by: Anvar Ramazanov <anvar.ramazanov@jetbrains.com>

Merge-request: IJ-MR-168404
Merged-by: Anvar Ramazanov <anvar.ramazanov@jetbrains.com>

GitOrigin-RevId: 973fa424ea831c2bbd38696853f86813b43e8347
2025-07-08 11:17:34 +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