Hello internet,
So I'm considering using the google.visualization library to power the data grids and charts on a project I'm working on. So far I've been able to replicate most of the functionality that's needed, with the exception of draggable columns for the purposes of reordering the columns in the data grid (google.visualization.Table).
Could anyone provide some code examples of how I could accomplish this, or just link to a tutorial that explains this? Not sure if this is possible, since I have found anything googling the topic.
Thanks in advance.
P.S. We're using jQuery && jQueryUI in the project as well if that makes any difference.