Files
openide/grid
Ilia Epelbaum aa81d21bc3 DBE-22829 DBE-22828 Add UI for plugin loaders
Merge-request: IJ-MR-156825
Merged-by: Ilia Epelbaum <ilia.epelbaum@jetbrains.com>

GitOrigin-RevId: bee18331d1ba03b4853efd655d4b03940ce99fae
2025-04-08 17:56:56 +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