Skip to content

Commit 9571be3

Browse files
committed
amending document
1 parent 22e23e3 commit 9571be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/traces/table/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Table.meta = {
2323
description: [
2424
'Table view for detailed data viewing.',
2525
'The data are arranged in a grid of rows and columns.',
26-
'Most styling can be specified for columns, rows or individual cells.'
26+
'Most styling can be specified for columns, rows or individual cells.',
27+
'Table is using a column-major order, ie. the grid is represented as a vector of column vectors.'
2728
].join(' ')
2829
};
2930

0 commit comments

Comments
 (0)