Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 556 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 556 Bytes

AvalynxDataTable Changelog

0.0.3

  • added: css for options in th/td
  • added: classes in result for th/td

0.0.2

  • changed: options.cssTable to options.className
  • added: options.apiMethod (string): The HTTP method to use when fetching data from the API (default: 'POST').
  • added: options.apiParams (object): Additional parameters to send with the API request (default: {}).
  • added: options.loader (object): An instance of AvalynxLoader to use as the loader for the table (default: null).

0.0.1

  • Initial release