Skip to content

Commit 6f1a8e7

Browse files
authored
fix: table (#740)
1 parent ec01eb1 commit 6f1a8e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-client-core/src/ResultSet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import momentRange from 'moment-range';
4242
* ```
4343
*
4444
* in this case the `Users.country` values will be laid out on **y** or **columns** axis
45+
*
4546
* | Users Gender | Australia, Orders.count | Germany, Orders.count | US, Orders.count |
4647
* | ------------ | ----------------------- | --------------------- | ---------------- |
4748
* | male | 3 | 10 | 5 |

0 commit comments

Comments
 (0)