David Day
David Day
### Bug report ### Reproduction of the problem 1. Create a new instance of the TabStrip 2. Bind the `show` event of the TabStrip 3. Call the `activateTab` method of...
### Problem Statement Dates do not sort properly when adding data dynamically. ### Minimal Reproducible Example ```lang-js window.addEventListener('load', () => { const domTable = document.getElementById('my-table'); const table = new simpleDatatables.DataTable(domTable,...
- [x] I have looked through the [documentation](https://fiduswriter.github.io/simple-datatables/documentation/) to try to see if this feature already exists. - [x] I have looked at the [demos](https://fiduswriter.github.io/simple-datatables/demos/) to see if one of...