Why we can't modify a list in table view mode?

It would be very convenient to be able to edit the contents of a list of lists from the table view. I know you can modify it directly from the list view, but it’s much less clear…

list view: editable

table view

Table view is like Excel, it should be easy to edit values in this mode.

I remember reading that the reason for this is to make table mode faster (not sure how fast it would be with/without editing, though)

maybe we can right click the table and select “edit in table view” or select open in a dialog like this:


maybe we can add a complete row or a complete column or a “cell”

from what I know, table view just needs maximum efficiency, nothing else.

Yeah, you can have a table that’s a million lines tall, and things still work at reasonable speed.

I suppose it’d be possible to add a third view that looks like a table but runs at list-view speeds. I’m not sure the convenience of direct editing would be worth the user confusion, especially since you’re spozed to use functional programming on tables.