au-datatable
au-datatable copied to clipboard
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.1 to 6.4.2. Release notes Sourced from engine.io's releases. 6.4.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
Added option to specify how many pages should be changed when navigating using the arrow-buttons.
This way you know when the table is loading. You can, for example, show a loader when this property is true. Also, you can distinct loading and no records found...
``` private table: AuDatatableAttribute; private refresh(): void { this.table.refresh(); } ```
Hi, first at all, thank you for your plugin. Have you thinking to implement infinite scrolling with a server callback for loading scrolling data calls?