Files
openide/grid/README.md
Ilya Muradyan 67f49076a6 DBE-22700: Rename json module, add rules for module names
GitOrigin-RevId: e46d340b2dfa0353378948ca8c453fad0d19740f
2025-02-01 20:06:38 +00:00

543 B

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