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.