neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

How to change the table size at "Table" tabs in Graph Database Console #56

Closed kickccat closed 7 years ago

kickccat commented 7 years ago

Hello,

I am using DataGrip 2016.3.4 with the plug Graph Database Support. After running the Cypher queries I get some results tables at "Table" tabs in Graph Database Console. I wonder if the table size can be changed, because I tried to drag the table lines in order to adjust the table, but it does not work. Is there any settings to adjust the table size?

Thanks Yi

dominicjesse commented 7 years ago

Had the same problem. You need to hover the mouse over the table line in the header (where the output names are). It's a small, invisible area, but when you're at the right spot, your mouse pointer will change and you can drag.

FylmTM commented 7 years ago

Thanks @dominicjesse !