PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm_SelectFilter » Bug #8639

Utilitizing HTML_AJAX (LiveSelectFilter?)

Details

Request #8639Utilitizing HTML_AJAX (LiveSelectFilter?)
Submitted2006-09-05 15:11 UTC
Fromjason at greenhell dot com
StatusWont fix
PackageHTML_QuickForm_SelectFilter
PHP VersionIrrelevant
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?