I am attempting to create several forms that will require tables such as this:
Given that users will need to add members, it seems to me that they will need to be the rows rather than the columns like the original, and the Types of Income will need to be the columns (plus an additional column for the name of each member).
How can I design my table in a way that will fit all ~15 columns and still have it be readable? Is there any options for pagination by columns rather than by row? Or to allow users to add columns rather than rows?
It also seems to me that if I did use the members as the columns, I would have no way to have one single line in each column for a name input, which is very unintuitive if that's the case.