Hi
I've been developing a site over the past few weeks using CodeIgniter as the framework. It's a great framework, however I've been puzzling over the best way to accomplish something which in a lot of other frameworks / languages is relatively simple: sortable tables.
CodeIgniter switches off query strings by default, because your URL...
Hi All,
I'm looking for a quality mechanism to add sorting to dynamically generated tables. My visual setup is very simple. On the left side I have a menu with series of items to select from (charts, graphs, images, tables, etc.). Once an item is clicked, it will show up in the "dynamic-content" div on the right side of the page. T...
How set cell background color in SortableTable?
...
I am trying to implement drag and drop functionality using "sortable.create" among 4 tables. The drag and drop functionality is working perfectly fine but is a particular table is empty then I am not able to drop anything inside it even after providing the option "dropOnEmpty: true".
Let me know if you have encountered a similar problem...
Hi all,
I have a treetable built with jQuery.
In this table I can drag a row and drop it on another row, thus creating the parent/child rows.
Now within the same parent, I'd like to be able to sort children.
How can I combine this sortable behavior with the droppable one?
Thanks a lot
...