• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

does JTable support column filtering like excel?. Can I do column filter on a table in GUI

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all , I need to know if the JTable supporting column filtering same as excel when we set filters and search. if the JTable not supporting that how can I do this ?. I have table and I need to search at any time in any column.
if the column was date column , it should appear for me the date filter , if it is text then text search box like start with , end with and contains should appear. if the column is number then filtering should be by greater than , smaller than , or equal). how can I do that in GUI
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recommended reading : https://docs.oracle.com/javase/tutorial/uiswing/components/table.html#sorting
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic