I’m trying to dynamically load SQL results into a table with the ability to narrow search, click categories and through ajax, change the results.
Any documentation or tutorials on this — or words of wisdom on getting this started?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can start with this railscast on rolling your own. Then you can check out the sortable_table plugin/gem and just use that. You’ll have to add your own filter row, but that’s pretty easy, it’s just a simple form.