Pivot Tables

Pivot Tables

Kss113Kss113 Posts: 1Questions: 1Answers: 0

Hello All,
I just found this and I am new with this. Mainly what I am asking is how does this work with pivot tables? I have a sql server stored proc, returning me a pivot table with "ExtensionID" as rows and Datetime as columns in my pivot table. I am not sure how DataTables will work with this returned dataset. Or is it possible for the DataTables Grid to pivot the table for me?

I am using regular web forms, not MVC.

Like I said I am new to this whole process, I am use to binding a list or dataset to the MS GridView, but I want to try something new.

Thanks for any help or coding examples.

Answers

  • htwyfordhtwyford Posts: 23Questions: 9Answers: 1
    edited May 2017

    Did you ever find the answer to your question? Or find an alternate approach? I'm in a similar situation -- an ID column, a value column, and a DateTime column, and I want to pivot on the DateTime column. I'd love to use Editor to edit the data in the value column at that point...

  • UgoSUgoS Posts: 1Questions: 0Answers: 0

    I'm interested too to pivot table with edit capabilities, is there any developing plan?

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin

    Currently no - sorry. We don't have any plans at this time to offer a pivot table extension for DataTables.

    Allan

This discussion has been closed.