Most voted "rowsorter" questions
Rowsorter is an abstract java-swing class that provides the basis for sorting and filtering. In addition to creating and installing a Rowsorter, you rarely need to interact directly with a.
Learn more…5 questions
Sort by count of
-
4
votes1
answer1484
viewsUpdate a Jtable that is in a Jframe from a Jdialog
What I’m doing is a little longer, so I’m going to shorten the problem with a more objective example: I have a registration form and created a modal Jdialog with the fields I want to search. When I…
-
4
votes2
answers1662
viewsApply filters to a Jtable
I have a table and in a JPANEL on top of it I created textFields and combobox with the intention of using them as filter. The method: tableRowSorter.setRowFilter(RowFilter.regexFilter("(?i)" +…
-
3
votes1
answer530
viewsR - How to calculate the price change from one period to another?
Hello, I would like to know how to calculate the price variation from one period to another. Example: Year | Price 2007 | 25 2008 | 30 2009 | 7 2010 | 15 ... |...|... The new column would be: Year |…
-
1
votes1
answer236
viewsCreating Row filter "dynamic"
I’m using RowFilter to create filters for certain columns in my table. My intention is to pass the components that I want to use as "bar" search by Paramento, creating them dynamically, and likewise…
-
-1
votes1
answer335
viewsJtable Autosorter in columns
Personal I am a few years with a difficulty that even today I could not solve completely. By adding a TableRowSorter to a JTable automatically the columns can be ordered by clicking and with that I…