Files
openide/grid
Anvar Ramazanov 32baa6786f [DBE-1038] Allow to edit queries with join in data editor
Merge-request: IJ-MR-162228
Merged-by: Anvar Ramazanov <anvar.ramazanov@jetbrains.com>

GitOrigin-RevId: 5338825fa05ee1e4d02a9c3b3e913ccc37417d26
2025-06-06 12:02:07 +00:00
..
2025-05-28 11:08:04 +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