javascript-globalization icon indicating copy to clipboard operation
javascript-globalization copied to clipboard

Move the grid to a GDoc spreadsheet with fixed headers?

Open jzaefferer opened this issue 9 years ago • 7 comments

The grid is pretty difficult to read, since there's too many rows and columns, and it requires lots of scrolling to parse.

I wonder if this could work better as a GDoc spreadsheet, with both and header row and column on the left and top.

jzaefferer avatar Jul 04 '16 09:07 jzaefferer

Can't we solve this by changing the table layout somehow instead? I'd prefer to keep the content available as is (markdown via git repository) than to move it into a Google Docs spreadsheet.

A possible solution is to (i) transpose the table (functionalities vs. projects), then (ii) break the one big table into various smaller ones per major functionalities like date, number, ...

rxaviers avatar Jul 04 '16 12:07 rxaviers

I don't know what you mean with "transpose the table". Maybe you could push a branch/PR with a sample change towards what you suggest?

jzaefferer avatar Jul 04 '16 12:07 jzaefferer

I don't know what you mean with "transpose the table". Maybe you could push a branch/PR with a sample change towards what you suggest?

Swap columns and rows :) https://en.wikipedia.org/wiki/Transpose

rxaviers avatar Jul 04 '16 12:07 rxaviers

So you'd end up with multiple tables for each major feature with rows per framework, and a handful of columns for each relevant aspect of that feature?

jzaefferer avatar Jul 04 '16 14:07 jzaefferer

Yeap, what do you think? I'm definitely open for any other layout.

rxaviers avatar Jul 04 '16 14:07 rxaviers

That seems good. Can't promise that I'll get around to implementing it though :/

jzaefferer avatar Jul 04 '16 16:07 jzaefferer

:+1:

rxaviers avatar Jul 04 '16 18:07 rxaviers