- added: css for options in th/td
- added: classes in result for th/td
- 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).
- Initial release