Closed hathawad closed 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.
This jquery plugin looks good for live (ajax) searching: https://github.com/samuelcole/jquery-livesearch
using jquery-datatables to achieve this instead of jquery-livesearch
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
closed with commit f56a0c81e4f74d029d48377280df953803baffef
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