HTML5 Data Bindings Formatter Manual

March 18, 2016
Filter as You Type with HTML5 Data Bindings
Filter as You Type with HTML5 Data Bindings

With this movie we will show you how to filter your database results instantly as you type using HTML5 Data Bindings, DMXzone Database Connector PHP/ASP, HTML5 Data Bindings Formatter and DMXzone Database Updater PHP/ASP.

How to use:

  • Create a Database Source using Database Connector ASP/PHP
  • Add a search input on your page
  • Use the search input value in order to filter your database results
  • Add the following function using onKeyUp event: $.dmxDataBindings.globalScope.update('$FORM');

When to use:

  • Filter your database results instantly as you type, without the need of using a search button