Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Firstly I get a dataset through a query from database.

then i convert this dataset into Json string.

By using ajaxcall i get this Json string in my clint side.

Now I need to prepare this string through javascript in my clint side.

Then I will show this string in a pivot table?

I don't know how can i generate this table !

can anyone tell me how i will do that ?
Posted
Updated 6-Mar-14 1:08am
v2
Comments
ZurdoDev 6-Mar-14 7:12am    
First off, debug your code so that you can see what it looks like coming back. I would strongly recommend seeing if someone already has a jquery plugin to allow you to do what you want because trying to do a pivot table from scratch in JS will be quite the challenge.
sachi Dash 6-Mar-14 7:29am    
ok no problem. I used GIT.HUB, there is a plugin for pivot table. But then what should i will do?
Krunal Rohit 6-Mar-14 7:54am    
What exactly you wanna do ?

-KR
sachi Dash 9-Mar-14 0:40am    
I want to show some information using pivot table. I have a dataset. I have converted it, into Json string. Then i send it to my clint side. Now i want to show this information through pivot table. Can you help me?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900