JTable Example

Does anyone have a working example of JTable? I can’t find any Servoy specific documentation on it.

Thanks
Keith

Hi Keith,

All the beans with a J in front are in fact standaard Java beans. They are not special Servoy beans. You can use these beans but you do need to know a bit of Java to make full use of them (most of the time).
If you need a grid/table then take a look at Servoy’s InMemDataGrid bean which,I believe, is in fact an implementation of the JTable object.

Hope this helps.

For some background I usually go tot he java tutorials online such as:

This way I get a little understanding of the FULL capabilities then I can compare to what is provided in the Servoy api.

No I do not have a full working demo. But why not explain what the issue is here and what you have tried? :?:

Tom :wink:

Next to the inMemDataGrid there is also our Table-Bean, which is nothing else but a “Servoy friendly” JTable.