Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
7k views

How do I do table sorting using CodeIgniter?

I've been developing a site over the past few weeks using CodeIgniter as the framework. I've been thinking of the best way to accomplish something, which in a lot of other frameworks in other ...
1
vote
1answer
23 views

Need some help planning/designing a sortable, paginated, ACCESSIBILE gird of data in ASP.NET MVC/AJAX

My JavaScript-Fu is weak, so I'm having a hard time figuring out how to create a sortable, paginated, accessible grid of data in my ASP.NET MVC project. First, the details: I have a grid of video ...
1
vote
2answers
40 views

Why doesn't my sorting method get called?

This is my code: <table border="1" id="champs"> <tbody id="item-list-body"> <tr class="champ" id="view-item-<%= champ.id %>"> <td ...
1
vote
1answer
149 views

sortable.create: option “dropOnEmpty” not working inside a table with tbody element

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 ...
0
votes
2answers
46 views

Best way to create a dropdown filter?

I've been trying to filter information to make it easy for a visitor to find. Ideally I would have a few dropdown filters to sort the data and only the posts matching the options selected would be ...
0
votes
0answers
258 views

sort a droppable treetable in jquery

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. ...
0
votes
1answer
222 views

Can sortable_table plugin do order by multiple columns?

I'm using sortable_table plugin for sorting html table in rails app. If we want to order by multiple columns, can sortable_table plugin do it ? Example: select distinct brands.title as brands, ...
0
votes
2answers
95 views

Java + JCommon: How set cell background in SortableTable?

How set cell background color in SortableTable?
0
votes
2answers
183 views

(Rails) Maintaining Javascript functionality in dynamically generated content…?

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, ...