I want to know how to filter data in a database table and insert into a swing table with bean binding in NetBeans. I read NetBeans beanbinding tutorial.But is not much helpful.(It shows how to load data directly from a database table)I want to know how to query and select relevant data and insert into the table.
Also, I want to know how to add data in text fields into table with Beanbinding in netbeans.I still code manually.
Also how to remove/delete a selected row/rows in Beansbinding and get data from table and do calculations(no of rows, total value in a particular column).?
Thank you