Hello!
I'm struggling with a big challenge (at least for me it's big). I'm trying to create a form consisting of many fields, which finally (in the front-end) will have to look and behave pretty much like Excel's spreadsheet. I mean - I'd like to display them in the form of a table. I guess the only way is to use seb_table, right?
So the unknowns start for me right here:
- I want to create a 'complex' table header (higher header row cells spanning few columns, lower header row rather regular)
- The bottom row of the table would have to sum values of the columns. I mean - let's say column A has values 10 and 5, so the cell in the bottom row would show 15. Column B has values 100 and 200, so the cell in the bottom row would show 300 and so on.
Is it possible with the seb_table in the first place? If so - how to achieve my goals? If not - what options do I have?
Thank you in advance for any ideas!