jrl08d / releasetrackerapp

inhouse rails app to track deployments of DS customers
0 stars 0 forks source link

Searchable Table w/ AJAX #12

Closed hathawad closed 9 years ago

hathawad commented 9 years ago

should be able to search/refine the table by customer name (partial matching) and version Should be similar to how our searching in DadeCore works

mohaballi commented 9 years ago

@jrl08d I'll review this with you before you start. Basically it involves using jquery to submit a search form via ajax, then Rails will respond with js to render/update a partial on the screen.

mohaballi commented 9 years ago

This jquery plugin looks good for live (ajax) searching: https://github.com/samuelcole/jquery-livesearch

jrl08d commented 9 years ago

using jquery-datatables to achieve this instead of jquery-livesearch

hathawad commented 9 years ago

Let me know if you have questions with the ajax searching. Basic idea is to use those inputs to submit a form that will return JS to update the table

jrl08d commented 9 years ago

closed with commit f56a0c81e4f74d029d48377280df953803baffef