Good day!

My impression about AjaxFallbackDefaultDataTable is - fantastic!
Thank you, Igor!

I'm implementing small Ajax panel that changes amount of rows shown.
It looks like standart "20 40 60 80 ..."
Everything is working but:
Once top bar with navigation "<< < 1 2 3 4 > >>" hides (when amount of
rows is less then rowsPerPage) it never shows itself again.
What I do in a AjaxLink onClick is:

              if (dataTable != null) {
                dataTable.setRowsPerPage(getCurrentCount());
                target.addComponent(dataTable);
              }

What I need to do to inform topbar about changes in rows?


-- Tony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to