I used tableview in my program to display few rows it was good . my program is used for accounting and as you know there is alot of data insertion in it and i used the table view and i faced a lot of problem :.
problem 1 : when the user want to modify a value he will double click to get edit the cell i want my user to select any row and start typing .
problem 2 : in my program the user may insert 100 row for a day of work i need a strategy to adding row automatically for example when he insert row it should add an empty row under the current row to complete his data entry easily .
please help me to solve these problems cause my user will enter a lot of data everyday . thanks.
Here's an example which
I'd advise against using empty rows because they show up in your model.
InlineEditingWithDynamicRowAdding.java
application.css