• 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

problem on setCellFactory and Pagination in TableView

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Day!

I have my tableview which set its item according to the number of page clicked in my pagination control.

I set one of my columns tablecell with this code:



What I want to happen is when at first setting the items in the table view the item with the value of "prod-2013-0001" which is in page 1 will turn to RED, but that was not happening.
In order for the cell to change its color, I have to click first the other pages then go back to page1.

To be more informative this is my code in my controller class:



Any suggestions?

Thank you in advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic