Files
openide/grid
Olga.Lavrichenko 8e45f73cfc DS-6922 Separated action to export data as csv
(cherry picked from commit 47d78548f4eca01dc5312c98f0293047ebaaa7ef)


IJ-MR-159899

GitOrigin-RevId: 2719f61d3b70b4727f0676be2d09e7633abf8e45
2025-04-14 10:04:16 +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