- [x] I have looked through the [documentation](https://fiduswriter.github.io/simple-datatables/documentation/) to try to see if this behavior is documented. - [x] I have looked at the [demos](https://fiduswriter.github.io/simple-datatables/demos/) to see if one of them handles this, but none of them did. - [ ] I have created a [jsfiddle](https://jsfiddle.net/) here: [INSERT LINK] that demonstrates the issue. Please export as default. **Describe the bug** <img width="882" alt="Image" src="https://github.com/user-attachments/assets/2384d558-9aac-482e-bc95-f1c10a374abe" /> **To Reproduce** ``` <script lang="ts"> import { DataTable, exportJSON, exportCSV, exportTXT, exportSQL } from "simple-datatables" import items from '../data/sample.json'; </script> ```