Sortable Tables Widget and AJAX Tables
While reading an online article on Ajax Toolkits, I learned that that Dojo has sortable table widget. I saw a video on how to use it and I was very excited about it. I immediately thought of using in one of the projects I am working on. First I tried on static html table and it worked fine. When I added the code to my project it stopped working. The table I was trying to use Dojo sortable table widget on was generated dynamically using AJAX. After some research I found out that Dojo sortable table widget currently doesn’t support dynamically generated tables. I would love to learn if there is any workaround on this.
Good job!