Actions
Bug #3356
closedStudent table not highlighted in ConfigureDataSource for excel data sources
Start date:
06/03/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3356
Description
The cell renderer doesn't seem to be rendering correctly when an Excel data source is used.
Updated by Ryan McFall over 16 years ago
This was actually due to a problem with trying to remove the delimiter panel when an excel data source was used. An old component named "panel" was referenced, rather than bodyPanel. Fixing this and removing the declaration of "panel" to avoid future problems fixed this error as well.
Actions