Hi, Not sure about the first issue but the size of the table isn't determined by Click. Click just renders the table in rows and columns. In HTML the table adjusts depending on the size of it's content, unless you give it explicit widths.
regards Bob On Fri, Apr 29, 2011 at 9:29 AM, AH Jaworski <[email protected]> wrote: > My problem of difference in rendering is also visible on the Click example > of a search table: > http://click.avoka.com/click-examples/table/search-table.htm > > Just search for something that can't be found (for example > "sdkjsjfksjkdfsjkdfsdfjkdf"), which give you the message that there are no > records found. Now you will notice that the rendering of the table headers > is different and the table gets half of the width as when there are records > found. >
