This page shows how to use KingTable in plain text - suitable for example, for NodeJS console applications and email bodies in plain text.

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")