How are you using DataTables? - Page 8

How are you using DataTables?

1568101113

Replies

  • PeteBPeteB Posts: 38Questions: 0Answers: 0

    I've updated my Rugby Player statistics page at http://dingsrfcstats.co.uk

    It's a MySql database with PHP and Bootstrap.

  • EmyleenEmyleen Posts: 21Questions: 8Answers: 0

    We use DataTables for the Back Office of our application of e-learning. DataTables is very usefull for the management of large data lists like users or courses that are generated dynamically and automatically.

  • TerradonTerradon Posts: 16Questions: 5Answers: 2

    I am just starting it for a users logbook data. As soon as i got all functions working, my ultimate target is to use it for easy quering my BigLog system. BigLog is my all in one logsystem. (> 50 millions of rows). it must replace jqgrid :)

  • jagrivaljagrival Posts: 4Questions: 2Answers: 0

    With the last version: 1.10.5, I have any troubles with tabletools, because my host send a message when I refresh:
    Resource interpreted as Font but transferred with MIME type text/html: "http://consultas.webcindario.com/Datatables/fonts/glyphicons-halflings-regular.woff"... happens the same with ...regular.ttf, font-family glyphicons-halflings.
    I don't know if I must update any css or js file.

  • ullasullas Posts: 3Questions: 0Answers: 0

    jQuery dataTables + jQuery UI + MvcContribGrid + MVC.NET

    We use a combination of MvcContribGrid for .NET and jQuery dataTables. Where the recordset grows beyond what browsers can reliably handle, we resort to server side pagination (turn off dataTable paging and show paging controls developed to support database level paging) and this works great for our requirements.

    A partial-screenshot which shows dataTables embedded inside jQuery UI accordion control is shown here: https://public.bl3301.livefilestore.com/y2p1cUZGghRTwhAqBYbBZQ6poUlP9SZIeIHzMLnIbdJQZigy1iQlXWLixA_Zo6WQf9q20ewYBq6s_buUvSugToTNO4ZRHG0WDHeaPpXOQL_roU/DataTables.png?psid=1.

    We appreciate your efforts for inventing such a great tool to present tabular data in a reliable and beautiful way.

  • AnyOneAnyOne Posts: 4Questions: 2Answers: 0

    I run a database for the MMPORG horse game "StarStable Online". The database holds all clothing and gear items, horse breeds and decoration stuff. Users may browse items, filter and search tables.

    Index: http://starstable.bplaced.net/db/en/

    Sample tab: http://starstable.bplaced.net/db/en/clothes.html

  • adromiladromil Posts: 53Questions: 4Answers: 0

    I work mostly with database rich projects and DataTables is the most convenient plugin to use in web applications.
    There are a lot of tweaks with complex data manipulations and with the gradual updates there have been a lot useful functionalities that can be applied.

  • WhyFooWhyFoo Posts: 3Questions: 1Answers: 0

    I am using DataTables to create a flexible AcessPoint for our Database in form a Web-Application. So far it works out great! Thank you very much for your work!

  • headshot9xheadshot9x Posts: 59Questions: 16Answers: 1

    I am using DataTable as small app in Web.I like it and research it . Thank you so much.

  • jeffreydevjeffreydev Posts: 1Questions: 0Answers: 0
    edited April 2015

    We are using DataTables in our Content Management System based on Laravel's Eloquent ORM. Our company website is http://www.cmsblocks.nl. We made the plugin we use to provide the connection between laravel eloquent and datatables open source.
    You can check it out here: https://github.com/LiveControl/EloquentDataTable

  • zodiacszodiacs Posts: 10Questions: 1Answers: 0

    I am using DataTables and Editor for an inventory web application for our school. So far, just perfect and saved me a lot of own coding. Thank you.

  • m0nstaLulzm0nstaLulz Posts: 5Questions: 1Answers: 0

    I'm using datatables to list all the members of the clan I'm in.

    http://thesgn.com/board/index.php?pages/Members/

  • daparthdaparth Posts: 2Questions: 1Answers: 0
    edited April 2015

    Hello Allan,

    I'm using Datatables in a page to generate a sales department billing structure.

    It loads JSON data asynchronously, i.e. the datatable is first created on page load and waits for the JSON response to arrive and then the data gets filled in.

    Also, I'm adding select boxes in the footer when the initComplete method gets called, and then they are replaced by jQuery UI combobox. edit by Admin Removed question.

  • taydentayden Posts: 1Questions: 0Answers: 0

    I'm using datatables and editor in a mediawiki extension for creating, modifying, and updating wikitables. The wiki I run is for researchers who don't worry about wikicode or keeping tables neat and presentable.

    Datatables helps by supplying an easy to use interface and simple update methods that work well with mediawiki's php backend.

  • webpointzwebpointz Posts: 126Questions: 30Answers: 4
    edited May 2015

    Hi Allan,

    I'm using Datatables for my client's Logistics Order and Control Inventory system.

    Basically, admins and her own user clients login and place orders that use something similar to an ordering shopping cart to process orders which are then displayed in Datatables and upon checkout, the order is put together in a PDF and mailed out to various destination email addresses including the shipping and receiving department.

    The entire system is built on a secure login Boostrap site.

    I find Datatables extremely fast and efficient for displaying tables with thousands of rows of data dating back to 2009.

  • ibdfariaibdfaria Posts: 15Questions: 4Answers: 0

    Using it as an archive table for wp.

  • ratikaratika Posts: 2Questions: 1Answers: 0

    this is the first project that i am using datatable, i came to know can be used on server side too so i am researching am implementing same

  • dauruk0512dauruk0512 Posts: 14Questions: 3Answers: 0

    i use datatables everytime in my project !

  • bejbe01bejbe01 Posts: 10Questions: 4Answers: 0

    I am working on custom CRM and I use datatables on each page where I have to show data from database, it saves me lot of time

  • AppsbyICEAppsbyICE Posts: 6Questions: 2Answers: 0

    I am building an accounting application for a charity. It is highly table-centric. DataTables has taken care of the table presentation and allowed me to focus on other areas of my application.

    In one of my create and update forms I allow the user to select from a large table. Rather than a very long Option dropdown, I present a table which presents a concatenated name and address column with hidden id and name columns. The user can easily search names and distinguish same names by the address. I love the way that the DataTables search filters by any text the user enters.

    The user clicks on the desired row and TableTools api helps to populates the name and hidden id input fields.

  • uapbarabeuapbarabe Posts: 8Questions: 1Answers: 0
    edited June 2015

    I've used DataTables with Bootstrap to build several utility websites for the University of Arizona Graduate College, including our Program Descriptions website, and several directories.

    http://grad.arizona.edu/programs/

    http://grad.arizona.edu/tools/

    I know I've only scratched the surface of DT's functionality, but we've received a lot of great feedback about these sites, and much gratitude is due to DataTables for that.

    Thanks!

  • atcclearsatcclears Posts: 24Questions: 7Answers: 0

    https://btview.com

    BTview helps an organization avoid duplicative discovery, and proactively manage risks associated to end-of-life problems.

  • kmd1970kmd1970 Posts: 36Questions: 8Answers: 1
    edited July 2015

    I am using DataTables to impress the ladies.

    Admin note: Funny (as it doesn't actually work), but not entirely appropriate here. Going to leave as it made me laugh though.

  • musiummusium Posts: 11Questions: 5Answers: 0

    I’m using DataTables in several financial related applications.
    Written in ASP.NET MVC (using Bootstrap for the UI part)

    I’ve combined DataTables with chart libraries like flot or chartjs to display some reporting stuff.

  • arlonmarlonm Posts: 1Questions: 0Answers: 0

    using it with salesforce, integrating it with visual force pages.

  • bastien59bastien59 Posts: 5Questions: 2Answers: 0

    I used it like that for now :

    http://debucquoi.com/images/TABLE.jpg

  • schaefnerschaefner Posts: 3Questions: 0Answers: 0
    edited August 2015
  • cybereddiecybereddie Posts: 8Questions: 1Answers: 0

    Salesforce and jquery/datatables along with Visualforce page.

  • measterbromeasterbro Posts: 33Questions: 9Answers: 0

    I am using DataTables in a sports statistics website - here is an example:

    http://citydynasty.com/Football/NFL/Standings/Opponent/2012-NFL-Standings-Versus-NFC-Teams.cshtml

    We use the column-lock feature on mobile devices to lock the leftmost columns and also to make the other columns scrollable horizontally.

    We also use it to highlight the sorted column.

  • KimvdLindeKimvdLinde Posts: 30Questions: 8Answers: 0

    Accounting tool with multiple interlocking databases. Very frustrating for the moment.... :-(

Sign In or Register to comment.