How are you using DataTables? - Page 13

How are you using DataTables?

189101113

Replies

  • miohtamamiohtama Posts: 1Questions: 0Answers: 0
    edited January 2022

    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.

  • galcottgalcott Posts: 53Questions: 15Answers: 1

    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.

  • JoniHellJoniHell Posts: 2Questions: 0Answers: 0

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

  • growe19growe19 Posts: 18Questions: 6Answers: 0

    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.

  • HandeTechHandeTech Posts: 1Questions: 0Answers: 0

    Many thanks to Allan and his team for creating such a marvellous free, open source product. B)
    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:

  • rojldee89rojldee89 Posts: 1Questions: 0Answers: 0
    edited January 2023

    Many thanks to Allan and his team for creating such a marvellous free, open source product. B)
    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

  • teempade04teempade04 Posts: 1Questions: 0Answers: 0

    Thanks for the post and effort! Please keep sharing more such blog's with us

  • krabinakrabina Posts: 1Questions: 0Answers: 0

    Hello,
    we are using datatables in Semantic MediaWiki. It has been included there for a long time, we have updated it and will try to add more features:
    https://www.semantic-mediawiki.org/wiki/Help:Datatables_format

    Thank you for this great project!
    Best;
    Bernhard

  • measuredworkshopmeasuredworkshop Posts: 5Questions: 2Answers: 0

    I recently overhauled my website for displaying my condiment packet collection. With the extreme versatility of Datatables, it was the perfect choice. There was a lot of cool tweaks and workarounds found in these very forums that allowed me to make it exceptionally functional. Thanks to everyone on the team that makes this possible!

    https://www.condimentpacket.com/

  • ZubyZuby Posts: 14Questions: 4Answers: 0

    I'm using Datatables for a business' operations app. Job tables, payment tables, client tables, user tables, tables for settings, for booked jobs, jobs in progress

  • wfawfa Posts: 3Questions: 1Answers: 0

    I have used DataTables to show Arabic results of searching for Manuscripts, and searching Arabic books.

  • JaneerJaneer Posts: 1Questions: 0Answers: 0

    I've been using DataTables for my work site, to display a large dataset with various filtering and sorting options. The client-side processing capability of DataTables has made it really easy for me to handle a large amount of data without any noticeable performance issues. The built-in search feature allows users to quickly find specific records, and the sorting functionality makes it convenient to arrange the data in the desired order.

  • nilton654nilton654 Posts: 2Questions: 0Answers: 0

    "Hey Allan,

    Your table plugin is a lifesaver! It perfectly fits my web app for treating children's mental health. The interactive "Table of Contents" is a game-changer, allowing psychologists to effortlessly sort and filter data. Much appreciation!

    Thanks,
    Nilton"

  • AlbertDeanAlbertDean Posts: 1Questions: 0Answers: 0
    edited July 2023

    Hi Allan! Thank you for encouraging everyone to share their usage of DataTables. It's always inspiring to see how a versatile tool like DataTables is being utilized in different projects and applications.

    Personally, I've been using DataTables in a recent web development project for creating interactive data tables with sorting, searching, and pagination capabilities. It has greatly enhanced the user experience and made it easier to handle large datasets.

    I'm excited to see the examples and screenshots shared by the community. It's a fantastic opportunity to exchange ideas and contribute to the future development of DataTables. Keep up the great work!

  • tiago.fernandestiago.fernandes Posts: 13Questions: 4Answers: 0

    I'm using in my company to manage transport loads, using ParentChild - which was a challenge at first. It's been amazing :)

  • nilton654nilton654 Posts: 2Questions: 0Answers: 0
    edited July 2023

    Utilizing DataTables on my work site has been a game-changer for displaying vast site datasets with versatile filtering and sorting choices. Its client-side processing ensures seamless handling of extensive data without performance concerns. The integrated search feature expedites finding specific records, while the sorting functionality conveniently arranges data as needed, greatly enhancing user

  • DragonlairdDragonlaird Posts: 1Questions: 0Answers: 0

    Doubt anyone will still be reading this far down, but here goes.

    I've used DataTables for a variety of websites, built over several years, usually with data supplied by AJAX, rather than populating a table with data and then display.

    The issue I found early in my adoption was each table format needed to be defined in JS, rather than a "standardised" approach with little/no JS.

    So... I created a markup format for my tables and wrote an extension, where the DataTable definition was supplied as attributes, allowing the extension to read these values and call DataTables with the relevant DataTable definition.

    Much easier, now I just include the attributes in my tables and they automatically adopt DataTables, with or without AJAX data sources, where each field, searchability, sorting, visibility, even buttons, are defined within the markup itself.

    I supplied a copy of the script to be included in the extensions section, so you might be able to grab a copy soon.

  • lm0@logic1.com.aulm0@logic1.com.au Posts: 11Questions: 3Answers: 0

    Using datatables/editor to show both SharePoint (read-only) and Azure SQL data (CRUD, sourcing in-house data using Hybrid connections or MS data sync 2).
    Published in a SharePoint Web part with access to SharePoint context.

  • lrussell27lrussell27 Posts: 1Questions: 0Answers: 0
    edited January 6

    Your web2py plugin seamlessly combines the efficiency of the DAL (Database Abstraction Layer) with the dynamic capabilities of DataTables JS Library, enhancing data retrieval and presentation for a seamless user experience. Well done. https://fmapps.org

  • Ava123Ava123 Posts: 1Questions: 0Answers: 0

    Utilizing DataTables in my workflow has significantly enhanced data presentation and management. I integrate DataTables into web applications to create interactive and responsive tables. The plugin's key features, such as sorting, searching, and pagination, offer a seamless user experience. I customize DataTables using various options to align with specific project requirements. Leveraging AJAX capabilities, I dynamically load and update data without refreshing the entire page, ensuring real-time updates. I also implement server-side processing for large datasets, optimizing performance.

    Furthermore, I make use of DataTables extensions for additional functionalities like exporting data to various formats (CSV, Excel), enhancing accessibility, and integrating with chart libraries. Regularly checking for updates and community contributions keeps my DataTables implementation up-to-date and ensures compatibility with the latest web technologies. Overall, DataTables proves invaluable in transforming raw data into visually appealing and interactive tables for efficient data analysis and presentation.

  • thomas432thomas432 Posts: 1Questions: 0Answers: 0
    edited January 28

    Your table plugin is a lifesaver! It perfectly fits my web app for treating children's mental health. The interactive "Table of Contents" is a game-changer, allowing psychologists to effortlessly sort and filter data. Much appreciation!

  • rmzajacrmzajac Posts: 1Questions: 0Answers: 0

    Hi Allan, I'm using DT in FMP's webViewer to view and process geological data. Thanks for writing a fantastic piece of software! Cheers, Ros

  • asfandaliasfandali Posts: 0Questions: 0Answers: 0

    Hello Allan,

    I appreciate your initiative to create a space for the community to showcase how they are leveraging DataTables. It's always inspiring to see real-world applications and diverse use cases.

    I've been using DataTables in a project focused on data visualization for financial analytics. The dynamic features and interactive functionalities of DataTables have been instrumental in providing a user-friendly interface for our clients to explore and analyze complex datasets. I'll be sure to share a link to our implementation once it's ready for public viewing.

    Looking forward to the upcoming gallery page and excited to see how others are utilizing DataTables for their projects. It's a great platform, and the community's contributions will undoubtedly spark ideas for future developments.

    Best regards,
    https://namecombiner.info/

  • jhonmicjhonmic Posts: 1Questions: 0Answers: 0
    edited July 15

    Hi there,

    That's great to hear! It sounds like you've been utilizing datatables effectively for quite some time now. Upgrading to version 1.5 for server-side pagination support seems like a wise move, especially when dealing with large datasets like call detail records. Server-side pagination can certainly help improve performance and responsiveness, especially when handling thousands of records. If you have any questions or need further assistance with the transition, feel free to ask!

  • miasmithmiasmith Posts: 2Questions: 1Answers: 0

    Great idea! I'm using DataTables for our company's internal dashboard to manage large datasets efficiently. I'll share some screenshots soon.

  • lottablisslottabliss Posts: 7Questions: 3Answers: 0
    edited August 11

    I used it at work in the past in order to use the old cobal database information. While I could never change the cobal data, I was able to access it by printing it, copying and pasting it, converting that to workable CVS, then converting that to a sql table). I doubt anyone out there is trying to do that now, but it is possible. And datatables.net made it very easy to see the data, and sort it, and learn from it.

  • micky87778micky87778 Posts: 1Questions: 0Answers: 0

    Haywoods Office Supplies specialises in bespoke office fit outs, designing personal and practical, made to measure offices. If you can’t find what you need off the shelf, there’s no better place to come than Haywoods in Southampton for friendly advice, top craftsmanship, and the highest
    quality. https://haywoodofficeservices.co.uk/pages/made-to-measure

  • George_1983George_1983 Posts: 1Questions: 0Answers: 0

    Hi everybody,
    using it in the admin section of https://dimeral.com as a raw CMS. It's a 1-on-1 mapping to my SQL database. With this https://datatables.net/reference/api/column().search() being a great feature.
    Managed to integrate with Monaco Editor for CSHTML editing mainly, but maybe other languages in the future.

  • rpmccormickrpmccormick Posts: 123Questions: 16Answers: 0
    edited September 6

    Here is some of my latest work:

    Everything is editable, always. If the cell contains multiple fields you get a bubble edit, if just one you get an inline.

    If you click on Database Details (in the editor or last details row) it expands and shows you all the DataBase IDs and References.

  • rpmccormickrpmccormick Posts: 123Questions: 16Answers: 0
    edited September 6

    I never figured out how to put a DataTable inside the details row for a DataTable M-Join, however, I just render my own non-sortable table and use editor standalone (I use standalone for everything, its the only way I know to edit multiple different tables in a single VIEW of them all joined together [or DT JOIN, or even MJOIN])

    I made Editor Wrap functions, so I just do EditorWrapRooms(render, ['Room Name', 'Room Number'])... and it automatically puts in all the hidden data divs and launches bubble on-click.

Sign In or Register to comment.