Tagged Questions
1
vote
1answer
152 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
1answer
232 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
188 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, ...