Matrix with data of different records in the same form

Hi all,

I have the following requirement

In a form I want to show one field of each record in a table one next to the other from left to right and when a row is filled to continue in the next row (like a dynamic matrix).

I have to do a solution for a restaurant and they want to see the restaurant tables one next to the other showing the state (available, busy) with an imagen that I would have in a related table of states of the table. I would associate a method to the tables to change the state or add a product ordered.

I tried to do it with solution model but , although I can create the fields in the form in the position I want, I can not attach each of the fields to a different record of the same table.

this would have to be dinamic, Is there any way to do it?? Anyone faced this situation ??

thank you in advanced

Gantt view of Marcel’s (http:www.it2be.com) calendar bean could work. The look of the grid, labels and events (“field”) is highly customizable. Even though the events are displayed based on time, you could just use the x and y time data points to fill the grid with your data in the order you want. And then don’t show time labels on the grid lines but whatever custom labels you want (or no labels at all).

The bean has a full array of events (click, hover, dbl-click, right-click, etc) that you can attach logic to.

There is a bit of learning curve but this bean is well worth getting familiar with.

Thank you David, I will have a look at it.