Shuffle iT Forum

Dominion => Feature Requests => Topic started by: allanfieldhouse on 11 January 2017, 07:29:17 PM

Title: DataTables
Post by: allanfieldhouse on 11 January 2017, 07:29:17 PM
I haven't really investigated what technologies you're using, but I just wanted to suggest looking into DataTables for things like the list of games. https://datatables.net

I've used it in several different projects, and it's awesome. It gives you full sorting capabilities along with filtering/searching. You can easily use its filter function to provide features like a checkbox to only show "new" tables, etc. And users could type in someone's name to filter down the results to just that player's table.
Title: Re: DataTables
Post by: Icehawk78 on 13 January 2017, 03:58:26 AM
They're using angular, so a variant like https://l-lin.github.io/angular-datatables/#/welcome would likely need to be used.