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.
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 :)
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.
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.
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.
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.
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!
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
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.
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.
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.
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.
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.
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.
Replies
I've updated my Rugby Player statistics page at http://dingsrfcstats.co.uk
It's a MySql database with PHP and Bootstrap.
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.
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 :)
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.
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.
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
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.
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!
I am using DataTable as small app in Web.I like it and research it . Thank you so much.
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
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.
I'm using datatables to list all the members of the clan I'm in.
http://thesgn.com/board/index.php?pages/Members/
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.
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.
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.
Using it as an archive table for wp.
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
i use datatables everytime in my project !
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
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.
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!
https://btview.com
BTview helps an organization avoid duplicative discovery, and proactively manage risks associated to end-of-life problems.
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.
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.
using it with salesforce, integrating it with visual force pages.
I used it like that for now :
http://debucquoi.com/images/TABLE.jpg
Using it for price lists like so: http://www.trykpriser.dk/produkter/tryksager/visitkort/visitkort-samtryk-121
Salesforce and jquery/datatables along with Visualforce page.
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.
Accounting tool with multiple interlocking databases. Very frustrating for the moment.... :-(