Re: Empty Table
Re: Empty Table
- Subject: Re: Empty Table
- From: Matt Jaffa <email@hidden>
- Date: Fri, 7 May 2004 14:28:00 -0600
David,
What I have done before is either have a blank row that they can double
click and edit. Or I have had a button down at the bottom with a + sign
for adding, it doesn't matter, then it adds a blank row to the table
they edit the stuff, and then when either they change the view, push
add again, quit, I have it autosave that data or even save while they
are typing, depends on how you want them to edit it, or push the add
button have fields off to the side they enter which then get inserted
into that selected row.
Couple of ideas that I have done before.
Matt
On May 7, 2004, at 2:08 PM, David Blanton wrote:
I have always worked with a defined data source for a table, i.e read
some
data, load a mutable array, reload a table view.
Now, I want to start with an empty array data source and let the use
edit
the table to get the data for the array. Of course with no data a row
in
the table cannot be selected.
So, what is the correct process for letting the user enter the data in
a
table and the load the table to the array data source.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Empty Table (From: David Blanton <email@hidden>) |