Bryntum Task Board Features

General

  • Built entirely on web standards: JavaScript, HTML and CSS
  • Wrappers available for React, Angular and Vue
  • Unit tested with Siesta
  • Easy to localize to support any language.
  • Written using the latest ECMAScript version
  • Supported browsers: Chrome, Firefox, Safari and modern Edge

Features

Visual Appearance

  • Ships with five SASS-based themes
  • Predefined card colors
  • Task cards can be styled individually by putting CSS classes in the data, or during runtime using the taskRenderer method.
  • Every visual aspect can be styled easily.

Technical details

  • Platform: Pure JavaScript – framework independent
  • Easy to add custom data fields to any of the included Data Model classes
  • UMD-bundle for browsers that require transpiled code
  • ES Module-bundle for modern browsers that support ES modules
  • Comes with a flexible API extensible class system where you can extend pretty much any part of the codebase
  • All bundles are available in minified or unminified versions
  • Multiple build versions available:
    1. UMD-bundle for browsers that require transpiled code
    2. ES Module-bundle for modern browsers that support ES modules
    3. All bundles are available in minified or unminified versions

Server/Database Integration

  • Integrates with any server technology (PHP, Java, ASP.NET etc)
  • Fully working samples with PHP, Java and ASP.NET.
  • Load and save your data in JSON format.