Welcome, Guest
  • Author Topic: IconCellRenderer removes text  (Read 1232 times)

    rudeboy

    • Server what's that
    • *
    • Posts: 2
      • View Profile
    IconCellRenderer removes text
    « on: 05/21/06, 16:16 »
    when i use the IConCellRender on a Field which has text in it
    it removes all the text in the Field on every row
    how can i have a symbol and text in each cell in a Field?

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: IconCellRenderer removes text
    « Reply #1 on: 05/22/06, 01:59 »
    The cellrenderer IS the content of the cell, so no other content (except the one defined in the cellrenderer class) could exists in the cell

    Jorge