Filtering a grid as you type in a cfform
68 comments Posted by: NahuelFollowing a previous post about filtering records "as you type", we made an extended version. In this example, instead of filtering a list, we are filtering a grid and records are narrowed to those matching the text entered in the text input. What's different here is that we can choose the column on which we are filtering.
read more Category: CFForm | ColdFusion |


