This page shows how to use KingTable in plain HTML without event handlers - suitable for example, for email bodies in HTML.

Controls below shows how to implement custom controls (see common.js)

Try to open the browser console, and type:

      table.search("1981")
      table.search(null)
      table.sortBy("name desc")
      table.sortBy("gender, birthdate desc")