Search
Recent Topics
grouping of the header columns
Forum Index
->
DataTable
Author
Message
06/21/2007 06:25:06
Subject:
grouping of the header columns
Uma
Joined: 06/21/2007 00:00:00
Messages: 1
Offline
Hi Support Team.
We have purchased simplica datatable.
I have a requirement that the headings of the columns in a datatable should be grouped with a common heading.I this possiblle with the datatable.
06/26/2007 05:07:00
Subject:
Re:grouping of the header columns
adina_mihai
Simplica Team
Joined: 04/01/2007 00:00:00
Messages: 189
Offline
Hello!
With the current version of dataTable, the solution is to add a custom TR and hide the top row.
The .jsp page look like this:
<e:datatable showTop="false" ... > <e:tr> <e:td> <e:table rendersChildren="true" width="100%"> <e:tr> <e:td width="100" value="column1"/> <e:td value="column2"/> </e:tr> </e:table> </e:td> </e:tr> ... </e:datatable>
In a future release, we plan to provide a easier way to do this directly within the column definition.
Adina Mihai - Simplica Support Team
Forum Index
->
DataTable
Go to:
Select a forum
General
DataTable
Tree
Menu
Tab
Layout
Window
Calendar/Date Input
Lookup/Suggest Input
LIMS News App
Powered by
JForum 2.1.7
©
JForum Team
Home
|
News
|
Contact
|
About
|
License
|
Privacy
|
Documentation
Copyright © 2012 Simplica Corporation. All rights reserved.