petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Add support for empty table widget to ScrollTable #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have an option to display a widget if the table is
completely empty.  For example, the widget could contain instructions on
how to populate the table.

Original issue reported on code.google.com by jlaba...@google.com on 15 Sep 2008 at 2:48

GoogleCodeExporter commented 9 years ago
committed as r1068

Original comment by jlaba...@google.com on 26 Sep 2008 at 8:28

GoogleCodeExporter commented 9 years ago
Is there any way to show the header and footer tables even with an empty table, 
but 
have the empty widget showing where the datatable goes? In our use of the 
PagingScrollTable, a widget inside the footer table can trigger the filtering 
of rows, 
and therefore lead to an empty table. However, now with the empty table widget 
showing, 
we cannot access the widget in the footer table to remove the filter and 
re-populate 
the table with rows. Any suggestions?

Original comment by vickiedu...@gmail.com on 19 Jun 2009 at 6:49