Hi Diego,

Which version of Click are you using? You also need the following code, a Page:

public MyPage extends Page {

  ...
  Table table = new Table("table");
  addColumns(table);
  table.setPaginator(new TableInlinePaginator(table));
  table.setPaginatorAttachment(Table.PAGINATOR_INLINE);
  ...

and a template with:

  $table

Hope this helps.

Kind regards

Bob

On 27/07/2010 09:37, Diego Arena wrote:
> 
>     Hello Everyone:
> 
>     I am new in Click. I tried to change the the paginator style
>     http://www.avoka.com/click-examples/table/table-paginator.htm I
>     change it by paginator Inline
>     but I still can see the attached paginator.


The attached

>     I used the next code:
> 
>     table.setPaginatorAttachment(Table.PAGINATOR_INLINE);
> 
> 
>     If any have an idea about this problem please help me.
> 
> 
>     Thanks
> 
>     Diego
> 
> 
> 
> 

Reply via email to