I am new to Java Database programming, i want to know what is the best library to view Database Results graphically in a Jtable with the following options:
-limit the number of rows and navigate the rows with pages
- Sort contents of every column
-filter contents of every column
-Write column headers in the first row
-automatically adapt the table size to the number of rows.
i use JDBC to connect to the database and get the results as Resultsets. the Tableview in Javafx don't provide the whole options, which i need. How can i view this Data in atable with the listed options above ?
Aucun commentaire:
Enregistrer un commentaire