alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 361 forks source link

Questions / issues with Dynatable #160

Open krmarcus opened 9 years ago

krmarcus commented 9 years ago

I'm working with a basic version of Dynatable on jsfiddle (since I'm not as proficient with jquery) and have several questions:

  1. I noticed that symbols - including ampersands & - bring up an error message, and that content with certain symbols won't display in search. How would I be able to fix this issue?
  2. I had an issue sorting content that had the same root word. Example: Trying to distinguish between Male versus Female, when searching Male 'Female' would also come up since male is the root word. Any way to fix this using custom code or is this a known issue?
  3. Is there a way to insert hidden columns that don't display at the top, but where the content is still 'searchable?'
  4. Is there the option to make each column at the top a dropdown menu, as another way of searching?