Re: DefaultDataTable gets no CSS styling

2009-08-17 Thread Kringlan
For anyone who might be interested... for all I know Igor is right and the DataTable component does not add any CSS itself. This seems very odd to me as a default styling would be nice to have. Anyway, I managed to find the styling used in the Wicket-examples page and i just added it to my own CSS

Re: DefaultDataTable gets no CSS styling

2009-08-13 Thread Kringlan
Are you sure? Other components, such as ModalWindow, comes with styling included. You just add the component and it adds the appropriate CSS itself. I can see in the markup produced for the DefaultDataTable that the table rows have the classes "odd" and "even", am I supposed to define these classe