Hi,

How can we create a dynamic DataTable which has dynamic Columns? I want to 
create a page that has following components:
- A TextArea for SQL Statement input (User will type any SELECT Sql here)
- A Submit button to run the SQL
- A Table to view the SQL Resultset.

Since TextArea can contain any SELECT statement, Column names, count can  
change 
every time. So I need a dynamic table that is compatible to view  any SELECT 
Statement result.

How can I simply do this in Wicket?

Thanks a lot,
Regards,

Reply via email to