Home » HTML » HTML_QuickForm_SelectFilter » Bug #8639
Utilitizing HTML_AJAX (LiveSelectFilter?)
Details
| Request #8639 | Utilitizing HTML_AJAX (LiveSelectFilter?) |
|---|---|
| Submitted | 2006-09-05 15:11 UTC |
| From | jason at greenhell dot com |
| Status | Wont fix |
| Package | HTML_QuickForm_SelectFilter |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-09-05 15:11 UTC] jason at greenhell dot com
Description:
------------
This request might be a better candidate for a new package, but wanted to post it here for any responses.
SelectFilter is extremely helpful, and it works great for dealing with semi-large sets of data. However, when dealing with large(r) sets of data, the implementation is very slow. (So slow that it times out)
If SelectFilter were to utilitize AJAX (using HTML_AJAX), it would enhance this package tremendously.
Have there been any attempts at doing this?