Friday 27 January 2012

PrimeFaces:Dashboard: When a dashboard remains without any panels it is deleted

Solution: add in css the following:
<style type="text/css">
.ui-dashboard-column {
  width: 400px;
}
</style>

2 comments:

  1. but what if a panel has a dynamic content?

    ReplyDelete
  2. Hi PaulM. It doesn't matter if it has a dynamic content. The column will exist but will be empty.

    ReplyDelete