Extend Features In Datagrid
Hello,
In my classifieds script I’m using 2 different datagrids, for my own reasons. Now I want to extend the features one of them to use it in both cases that I need it (Just browsing, Searching).
As you can see in the attachments the grid for searching has a bar under the field captions with text inputs or drop lists. Please read carefully my requirements:
1.- If a user adds a new filter, this filter is adding in the query and not replaces the old one. In simple words, the filters can be from 1 to xxx.
2.- Should be a button to reset filters (all).
3.- Tetx inputs must perform search as you type without to need for pressing enter
4.- Droplists don’t need explanation, other than that one should be not just == but IN ($array).
5.- There is a numeric searchable field (price). Before the input I want a droplist with options: >= … <= and of course the filter will use it.
6.- There is a date field storing in UNIX timestamp. Here the search should be with a droplist with options: last week, last 2 weeks, last month, last 3 months.
7.- As this work is extends only the functionallity of an existing plugin (datagrid), by posting a bid, you agree that you don’t have any rights on these additional features and the plugin itself (which by the way is commercial).



