How are you using DataTables? - Page 12

How are you using DataTables?

17891012

Replies

  • jamiedewitzjamiedewitz Posts: 29Questions: 5Answers: 0

    I'm using DataTables for our staff & faculty directory. It's exactly what we needed and everyone is excited with the prototype I presented them, an added bonus is that it's 508 compliant, so I didn't have to make any changes to make it accessible to the college! Thanks for the hard work on your end DataTables devs!

  • TomBajzekTomBajzek Posts: 163Questions: 36Answers: 1

    I've been using the DataTables / Editor packed for several years now to build internal business-management applications for a telecommunications technology integration company. I discovered DataTables before the Editor had been announced, and rejected it as being too complicated for the table display in the application I was building then, which it might have been. However, with the addition of the Editor, it has become a platform for all of the data management applications I've been building for this client, and the plan is to rebuild a couple of pre-existing apps with this package to unify the technical platform the company's internal apps are based on.

    So far, for this company, I've built the following:

    • Several trouble-ticket style apps, each featuring trouble tickets with optional notes/comments/work reports for each ticket. These apps are similar, but not identical, in layout and functionality, differing insofar as the business areas they support have different sets of data to be managed, and different business logic for managing those areas. One of these apps for tracking a company's vehicle fleet has additional tables for tracking vehicle administrative data that is not representable as trouble tickets. All of these apps maintain additional tables for managing people's roles and capabilities relative to the business aspect being managed.
    
    • A DataTables-only page for viewing a company's parts inventory to display the quantity and location of parts on-hand in the companhy's warehouse and/or vehicles.
    

    For another company, I've made an inventory-management app for a whosesale bead distributor that tracks bead inventory by bead type, size, color, cost, selling price, location, and other data, with links to images, etc.

    The combination of DataTables and the Editor have proven to be the most useful, powerful, and well-documented package that I've found. Furthermore, the support has been excellent.

  • PrabodhPrabodh Posts: 2Questions: 1Answers: 0

    sir i want to create paging with datatable.net in table in React.js . How can i do it .

    <Table striped responsive bordered className='bg-c-white'>
    <thead className='text-white text-center' style={{ background: '#002b49' }}>
    <tr>
    <th className="center">Sr.</th>
    <th>State Name</th>
    <th>Constutiency Name</th>
    <th>Constutiency No</th>
    <th>Name of Shifting MP</th>
    <th>Status</th>
    <th>Modify</th>
    </tr>
    </thead>
    <tbody>
    {data.map((obj, i) => (
    // <!--statecode-->
    <tr key={obj.SrNo}>
    <td className="text-center">{obj.SrNo}</td>
    {/* <td>{obj.}</td> /}
    <td className="text-left">{obj.statename}</td>
    <td className="text-left">{obj.ConstutiencyName}</td>
    <td className="text-right">{obj.ConstutiencyNo}</td>
    <td className="text-left">{obj.NameofShiftingMp}</td>
    <td className="text-center">{obj.ActiveFlag === 1 ? 'Active' : "InActive"}</td>
    <td>
    <Link to={/master/constutiency/${obj.ConstutiencyId}}><Button size="sm" variant="info">Edit</Button></Link>
    {/
    <Button variant="danger" size="sm" onClick={() => this.deleteConst(obj.ConstutiencyId)}>Delete</Button>
    */}
    <Button size="sm" variant="danger" onClick={()=>this.handleShow(obj.ConstutiencyId)} >Delete</Button>

                </td>
              </tr>
            ))}
          </tbody>
        </Table>
    
  • labroskarlabroskar Posts: 2Questions: 0Answers: 0

    Found out your great code through Adminlte recently.
    Using it in a php/mysql project for invoices and large tables (10.000 rows).

    Basic use is:
    1. Show the table. Define searchable columns and format columns with the last 2 being edit and delete. Also using search fields in thead (for text fields)
    2. Using a php class like ssp.class.php το show table, get one id from database, insert one line, update and delete one line.
    3. Using external inputs for more custom fields like datatime (date between 2 dates) and arrays (json in mysql and select2 multiple fields)
    4. Using a bootstrap modal which gets triggered after the inser, edit and delete buttons are pressed with javascript functions passing the id and values with ajax. Insert and delete uses the same modal. Main goal is to construct the input fields dynamically after ajax but didn't do that because I want extra power to where I want the inputs in the modal (maybe tabs) in every case (different for every table).

    Datatables is really fast with large tables and has great trigger and callback functions.

  • sachielsachiel Posts: 2Questions: 0Answers: 0

    Our pedigree database: https://afghanhoundpedigrees.com/

    Also, soon (mid-migration and testing): https://weimaranerpedigrees.com/

  • AnthonyVAnthonyV Posts: 37Questions: 7Answers: 0
    edited June 2020

    I have been happily using DataTables.net as a core part of a database product that I have built. The product wraps DataTables and a whole pile of other code to create a RAD that dynamically builds itself based on the structure in a SQL database.

    The product is dbFront.

    DataTables.net has been a very powerful and stable part of the project. The next step is adding inline grid editing.

  • jakob_devjakob_dev Posts: 2Questions: 0Answers: 0

    Hi everyoe,

    Im using dataTables in a Angular 5 & Node environment and we have a table with over 200k data sets. last days/weeks i implemented serverside processing for our dataTables on Node and added a smart search like sql statement.

    if someone needs help on Node and Angular dataTables, im here :) gotta love those dataTables <3

  • torben71torben71 Posts: 1Questions: 0Answers: 0

    We are using DT in a danish Chemical and Products Database. Card-view and table-view. Cards can be flipped for further/additional information.


    Demo: https://kemi.wuerth.dk/KemiarkivWebView.aspx?kunde=6911&post=6000

  • pierrescheldepierreschelde Posts: 4Questions: 0Answers: 0

    I’m using datatables to display ratings from a french movies website (AlloCiné) and get global ratings from press and users

    https://yaquoiaucine.fr/

  • Adrian ChallinorAdrian Challinor Posts: 21Questions: 8Answers: 0

    We are using Datatables and Editor to build our Maritime application. We have a Spring Boot + Thymeleaf + Neo4J backend, with very simple screens to handle the user interaction.

    We have not yet found anything table related that we can't do with datatables.

    It has been a great productivity boost.

  • macmicromacmicro Posts: 15Questions: 0Answers: 0

    Hello,

    I am French and I use DataTables a lot both in front and in back end.

    I have currently developed over 57 different versions of DataTables, here are some screnshots.

    For my developments, I use Ajax, PDO, JQuery, Bootstrap and other plugins.

    Regarding DataTables searchBuilder, this is a really good idea.

    I think this extension will evolve further, in terms of functionality and the possibility of being able to create a config
    I am thinking in particular of internationalization which either would be separate or included in the language files,

    Thanks, for this plugin and the work you do.

    DataTables languages (78 languages) dynamic

    DataTables scroll animate

    DataTables language ( 5 languages) dynamic

  • dt1 dt1 Posts: 52Questions: 5Answers: 0

    Hello,
    I'm using Datatables/Editor package for DigiDrawer to organize private family information.
    All is running at home on a Raspberry Pi 4 web server that is always on to serve all family members.
    You can check it out at:

    https://www.digidrawer.com

    There are about 200 different tables containing personal financial, health, insurance, cyber information and more. In addition there are 3 more categories for managing properties, vehicles and family businesses.

  • elliotholdenelliotholden Posts: 2Questions: 0Answers: 0

    I'm using Data Tables to update legacy application built on Oracle database. So I'm using Perl Dancer2 and Bootstrap. And now Data Tables.

  • jesse12827jesse12827 Posts: 1Questions: 0Answers: 0

    I'm using datatables to display data from web apis (json) and Sqlite3. Works good. Also rely heavily on bulma for styling. I am currently using Bulma "Tech Preview" with datatables.

  • AmbientAmbient Posts: 23Questions: 9Answers: 0

    I am building a reporting system for my work using datatables and SBadmin bootstrap!

  • queazmiqueazmi Posts: 2Questions: 1Answers: 0

    I use it to display SharePoint list. Basically just get data from SharePoint using REST API and display it using DataTable. Nothing fancy but it helps our project a lot. Really love the flexibility and customization level. Hopefully I can learn and use all the feature that DataTable have to offer.

  • FatallFlowFatallFlow Posts: 1Questions: 0Answers: 0
    edited February 2021

    We use DataTables to display and filter product data and transmit data to customers!

  • ValhallaSkiesValhallaSkies Posts: 9Questions: 2Answers: 0
    edited March 2021

    Im using it to utilize my HDD scans. Using server processing, expanding rows, bulk editing with checkboxes, and more. Love DataTables!

  • bank1991bank1991 Posts: 8Questions: 3Answers: 0

    Am teaching others about this amazing library https://youtu.be/8vzTRHrwHlg it details

  • Alle_XAlle_X Posts: 7Questions: 1Answers: 0

    Hi,

    I'm using Datatables to analyse Bowling-Games:

  • tkainradtkainrad Posts: 5Questions: 1Answers: 0

    My project KeyCombiner uses DataTables intensively to display collections of keyboard shortcuts:

    There are different types of collections, each with different features. To achieve this, I rely on several DataTables extensions, such as Buttons, Scroller, SearchPanes, RowGroup,...

    There is also a desktop app that uses a DataTable to show the shortcuts for the user's currently active application:

    Thanks for creating DataTables. It is probably my favorite open-source project!

  • ucinucin Posts: 13Questions: 4Answers: 0

    Hi all,

    "How am I using datatables?"

    We have a love and hate relationship at the moment. Mostly for pagination , client side works out of the box. Server side not so much, at least not for me :)

    Been trying to implement node js , ejs template with mysql but no luck so far. Admin (Allan) suggested I use the editor but afaik , that's only a trial and I really don't need any fancy table editing(but I must say it's a really good package) . The generator works perfectly once you download and run it. PHP is outdated imo, even some of the packages from the generator is outdated but can easily be fixed. I see the whole community / free stuff is PHP based, maybe it's time to add more and maybe update the tutorials?

  • jqnatividadjqnatividad Posts: 6Questions: 3Answers: 0

    CKAN - the platform that powers the largest data portals in the world now includes DataTables!

    It takes full advantage of DT:
    * Search highlighting
    * Copy to Clipboard
    * Filtered Download
    * Printing
    * Column Visibility Control
    * State Saving
    * Share Current View
    * Embedding
    * Multi-Column Sorting
    * Data Dictionary
    * Two View Modes (table/list)

    Check it out at https://dathere.com/2021/08/datatables-view/ and watch the demo at https://www.youtube.com/watch?v=3m-m2rQa51g

  • BriggTrimBriggTrim Posts: 1Questions: 0Answers: 0

    Hi...I'm beginner in Linux and pi. In the wake of looking around, discovered a few instructional exercises for LAMP. I have introduced Rasbian light and most recent Apache, MariaDB, PHP, PHPMyAdmin and FTP. I have transfer my web records and set up my information base.

    I might want to run my web worker for nearby use between clients. I have made a straightforward web application, style CRUD(create, read, update, erase) to store information. My site pages is basic bootstrap 3.7 and datatables. Extremely basic. My information base is just 5 MB and it will develop to max 50 MB in 10 years. Around 1-5 clients. Every one of my records are PHP.

  • dklawsadklawsa Posts: 1Questions: 0Answers: 0
    edited October 2021

    Yes clar, obviously I must use it, it is a very simple and easy to manipulate system, I use it in the company I have and it goes great, it is a law firm located in California and it helps to account very well all aspects of billing and obtaining data from clients and rivals.

  • Ray.GarzaRay.Garza Posts: 5Questions: 1Answers: 0
    edited November 2021

    I work for a university and I'm on my second project using data tables incorporated with MVC, Angularjs framework. Right now client side processing is all we do but I want to learn to do server side processing to handle larger data sets.

    I love browsing your site and discovering new things to do with it. I may not understand it at first but I eventually get it working. Fun!

  • starrtiktokkstarrtiktokk Posts: 1Questions: 0Answers: 0

    I have create a slider listing database using datatables, Jquery slider ui and the range finder plugin. WOrking alongside country and type filters

  • nukapop92nukapop92 Posts: 1Questions: 0Answers: 0

    DataTables can work with data from a verity of sources. It can directly work on an HTML table or we can specify data as an array while initialization. Or it can work on data coming from an Ajax source. ... Here we have an HTML table with one column that lists the names of just three sites.

  • GstgGstg Posts: 65Questions: 4Answers: 0

    We are about to enter beta (February, 2022) on a new social marketplace. With the amazing help of the DataTables community and Allan in particular, we are excited to see the results.

    Big shout out to the community and Allan 8-)

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

    Hi, I'm using Datatables to display weather hazards.
    Thank you all for this amazing community!!

Sign In or Register to comment.