EasyUI Forum
May 03, 2024, 02:16:30 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Combobox Find instead of Filter...  (Read 12829 times)
2plus2
Jr. Member
**
Posts: 75


View Profile
« on: April 21, 2013, 07:24:15 PM »

Is there a way to have the combobox filter option "find" the auto-complete text instead of filtering? We'd like to try having the auto-complete just drop down to the first match instead.
Logged
2plus2
Jr. Member
**
Posts: 75


View Profile
« Reply #1 on: April 26, 2013, 11:47:01 AM »

Bumping.

Is this an enhancement request, or something we can do already?
Logged
frapa02
Newbie
*
Posts: 6


View Profile
« Reply #2 on: May 08, 2013, 03:06:36 PM »

I have a similar need and what you need to do is process the 'find' request appropriately in your server program. So, instead of using the passed parameter to form part of the SQL where clause you could save the entire data set in an array, then do the find in PHP or whatever code you are using and position the page offset so that it contains the required row. Doing it this way will just position the page without affecting the data set from the database.

Let me know what you think...
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!