Hi Mike, Hmm, I can not see a really easy way. I think you would need to use a JS based table (http://tympanus.net/codrops/2009/10/03/33-javascript-solutions-for-sorting-tables/) and build the input fields HTML "manually" instead of using Hobo tags.
Alternatively, you might be able to use a table plus + Ajax outside the edit form. In each row, add a checkbox that sends an Ajax call when it's pressed. Both things are going to take some work though! Warm regards, Ignacio El 21-07-2015 a las 20:24, Mike escribió: > I have a long list of widgets that can be associated with an object > being edited. I was thinking that a check-many would be best, so that > people could scroll through and pick what they want. > > However, now I realizing people want to sort, search, etc. which all > sounds like a table-plus! So, is there any easy way to make a > check-many as a table-plus?? > > Thanks! > > Mike > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
