Files
openide/grid
Gregory.Shrago a1c6f16c0f drop HIDE_EDITOR_FROM_DATA_CONTEXT_PROPERTY usages
GitOrigin-RevId: 806df6ba21cbb4e0d5e3c4ca98e6f1325c376ca2
2025-05-07 00:38:34 +00:00
..
2025-02-02 15:20:11 +00:00
2025-02-02 15:20:11 +00:00
2025-04-04 06:14:49 +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