Files
openide/grid
Anvar Ramazanov ebea43a2a6 [DBE-1038] Allow edit grid with columns with aliases
[DBE-1038] Added setting to enable/disable SQL preview for JOIN queries before submit
[DBE-1038] Fixed issue with disabled editing in oracle/mssql, made sql join to itself non-editable, fixed deleting with hotkey, added setting to disable edit result with joins

GitOrigin-RevId: ac74cfd8911966d8c90a3760402e4b5f78ab6d66
2025-06-30 12:03:59 +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