NSTableView -- add rows on button click
NSTableView -- add rows on button click
- Subject: NSTableView -- add rows on button click
- From: email@hidden
- Date: Mon, 4 Jun 2001 15:58:30 -0700
Hi,
I have a form set up with text fields and a button, with a
NSTableView. What I want to happen is that when the button is clicked,
the TableView adds a row and fills in the data. I can get the values
into the table, but I don't know how to have the table add a row. How
can i force the TableView to call the -
(int)numberOfRowsInTableView:(NSTableView *)tableView function???
Thanks,
sam