I’m looking for a suggestion on how to best implement this.
I have a spreadsheet with 315 columns that I have to migrate to the web but many of the columns are a breakdown of another column.
i.e. One column name is processed and there are 19 associated processed columns like:
processed processed_a processed_b processed_c processed_d processed_e processed_f processed_g processed_h processed_i processed_j …
So I have 16 columns that have 19 sub columns and 4 other independent columns.
I’d like to have a way for the user to initially see 20 columns and a way to drill down to see the details in the column values.
Any suggestions?
Thanks!
John