au-datatable icon indicating copy to clipboard operation
au-datatable copied to clipboard

Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.

Results 7 au-datatable issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

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...

enhancement

``` private table: AuDatatableAttribute; private refresh(): void { this.table.refresh(); } ```

docs

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?