I have a couple of projects using DataTables. One is a site where customers of an orthotics company can log in to see their orders, which includes some custom search functionality combining several search fields.
The second is an app for practitioners of Chinese herbal medicine, which among other functions allows the creation of formulas containing various herbs. On this page there are two side-by-side tables, showing formulas on the left and ingredients of the formulas on the right. It also includes a tooltip library to show the full contents of a long text field when it's too long to fit in the table.
We have found multiple usages for datatables.
Here's a list for some of them:
* displaying https://fullcalendar.io/ data by selected date
* * has event listeners connected between fullcalendar to display data on clicks and updates
* CRM data display
overall datatables has saved us so much time, the built in API and search function are gold
I've just started using datatables to display a pitwall style leaderboard for online racing sim Assetto Corsa Competizione (ACC).
The data updates live from in game information and is displayed on a second screen.
Many thanks to Allan and his team for creating such a marvellous free, open source product.
After discovering DataTables in early 2020, we've been using DataTables since May 2020 and version 1.10.12. As a one-man DevOp, in my opinion DataTables has made database access and design a lot easier and simpler.
We only use DataTables in-house internally (or via VPN) for our I.T servicing business. Its our own app, created using DataTables server side within OOP/CRUD to track and manage parts, s/ware, job queue etc.
For CSS, I decided on Bootstrap as am most familiar with it.
Here's a screen shoot from the part table displaying just the nav bar to the thead:
Replies
Trading Strategy is using Datatables to display market data from decentralised exchanges. We are integrating Datatables with Svelte / Sveltekit.
We have a written a blog post about our architecture.
Our frontend is open source and built on the top of SvelteKit.
Ps. I would love to add a screenshot, but I do not think the forum says "Failed upload" on 300kbytes PNG image.
I have a couple of projects using DataTables. One is a site where customers of an orthotics company can log in to see their orders, which includes some custom search functionality combining several search fields.
The second is an app for practitioners of Chinese herbal medicine, which among other functions allows the creation of formulas containing various herbs. On this page there are two side-by-side tables, showing formulas on the left and ingredients of the formulas on the right. It also includes a tooltip library to show the full contents of a long text field when it's too long to fit in the table.

We have found multiple usages for datatables.
Here's a list for some of them:
* displaying https://fullcalendar.io/ data by selected date
* * has event listeners connected between fullcalendar to display data on clicks and updates
* CRM data display
overall datatables has saved us so much time, the built in API and search function are gold
I've just started using datatables to display a pitwall style leaderboard for online racing sim Assetto Corsa Competizione (ACC).
The data updates live from in game information and is displayed on a second screen.
Many thanks to Allan and his team for creating such a marvellous free, open source product.

After discovering DataTables in early 2020, we've been using DataTables since May 2020 and version 1.10.12. As a one-man DevOp, in my opinion DataTables has made database access and design a lot easier and simpler.
We only use DataTables in-house internally (or via VPN) for our I.T servicing business. Its our own app, created using DataTables server side within OOP/CRUD to track and manage parts, s/ware, job queue etc.
For CSS, I decided on Bootstrap as am most familiar with it.
Here's a screen shoot from the part table displaying just the nav bar to the thead: