This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Jun 21, 2008 10:05 PM by Dmitry Pikhulya  
Dirk Hamborg   3 posts since
Oct 31, 2007
Currently Being Moderated

Jun 5, 2008 3:53 PM

Bug DataTable

Hi,

 

i have a problem with the DataTable and the Firefox 2.

 

If the DataTable is empty i get an error in the Firefox that the xml code is incorrect.

 

It seems that the opening <td> and <tr> are missing in the tbody of the table in the code.See the attachment with the example codeIs this a known bug or a bug in my page?

 

thx

Attachments:
Dmitry Pikhulya TeamDev Ltd. 162 posts since
Jan 5, 2007
Currently Being Moderated
1. Jun 5, 2008 6:03 PM in response to: Dirk Hamborg
Re: Bug DataTable

Hello Dirk,

 

Thank you for reporting this problem. We have fixed it and the fix will be available in the upcoming release, which is expected approximately in two weeks. This problem can only be reproduced on tables that have no footers and whose "no data" message is disabled by setting the noDataMessageAllowed attribute to "false". You can temporarily turn on the "no data" message to work around this problem. If you don't need any message to be shown, you can specify an empty output text in the table's "noDataMessage" and "noFilteringDataMessage" facets (see documentation for more information on empty data messages).

 

Regards,

Dmitry

Dmitry Pikhulya TeamDev Ltd. 162 posts since
Jan 5, 2007
Currently Being Moderated
2. Jun 21, 2008 10:05 PM in response to: Dirk Hamborg
Re: Bug DataTable

Hello Dirk,

 

We have released QuipuKit 1.5 which includes the fix for this problem.

 

Regards,

Dmitry

More Like This

  • Retrieving data ...