Dojo dgrid Filter

1 · Gavin Rehkemper · April 7, 2015, 11:30 a.m.
dgrid and dstore, the Tom and Jerry of the Dojo world are wonderful for creating dynamic, data-driven tables. If you haven’t heard of them, check ‘em out. Creating a simple textbox that live-filters your dgrid is not super-obvious though. Here’s how. First you must understand how dstore and dgrid work together. Here’s a summary: dstore provides a common API for accessing and manipulating data. It is intended to replace dojo/store and the older dojo/data API....