pivot table for wicket

2012-08-07 Thread Decebal Suiu
Hi

I implemented a simple pivot table for wicket that can be found at 
https://github.com/decebals/wicket-pivot

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/pivot-table-for-wicket-tp4651031.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: pivot table for wicket

2012-08-07 Thread Tom Eugelink

Great! Always a very useful component!

Tom


On 7-8-2012 9:46, Decebal Suiu wrote:

Hi

I implemented a simple pivot table for wicket that can be found at
https://github.com/decebals/wicket-pivot

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/pivot-table-for-wicket-tp4651031.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: pivot table in wicket

2012-05-16 Thread Robert Kimotho
Why don't you try using jpivot, the front end is done using html and they
have css that you can override
to suit your needs. This also makes it easy to embed in your wicket pages.
Not unless you want to write one from scratch, which I think will be very
time consuming.
PS: jpivot uses mdx to query the database

On Wed, May 2, 2012 at 3:13 PM, Decebal Suiu decebal.s...@asf.ro wrote:

 Hi

 Has anybody implemented a (simple) pivot table in wicket? How can I store
 the pivot data (maybe a java library)? I want to create a simple pivot
 table
 in wicket with data retrieved from a database query.

 Any advice is welcome.

 Thanks,
 Decebal

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/pivot-table-in-wicket-tp4603028.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: pivot table in wicket

2012-05-16 Thread Decebal Suiu

Robert Kimotho wrote
 
 Why don't you try using jpivot, the front end is done using html and they
 have css that you can override
 to suit your needs. This also makes it easy to embed in your wicket pages.
 Not unless you want to write one from scratch, which I think will be very
 time consuming.
 PS: jpivot uses mdx to query the database
 

I wrote a PivotTable component in wicket and I'm very happy with this. This
component uses a PivotTableModel that uses a generic PivotDataSource as data
source. For me olap with mdx, ... it's to heavy. I want to use a simple sql
select as data source. The other difficult part was to create the structures
and algorithms behind ui. I will came with more information and a real world
example asap.

Thanks,
Decebal

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/pivot-table-in-wicket-tp4603028p4640994.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



pivot table in wicket

2012-05-02 Thread Decebal Suiu
Hi

Has anybody implemented a (simple) pivot table in wicket? How can I store
the pivot data (maybe a java library)? I want to create a simple pivot table
in wicket with data retrieved from a database query.

Any advice is welcome.

Thanks,
Decebal

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/pivot-table-in-wicket-tp4603028.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org