Difference between revisions of "Data Tables"
Jump to navigation
Jump to search
(Created page with "Sometimes called a 'Data Grid', Data Tables is a name for systems that present data to the User Interface in a robust way without unnecessary programming. # https://datatable...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Sometimes called a 'Data Grid', Data Tables is a name for systems that present data to the User Interface in a robust way without unnecessary programming. | |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | # https://datatables.net/index is a plugin for jQuery that I've used. It's probably the #1 solution in the category | ||
+ | # http://ajaxpatterns.org/Data_Grid is interesting, but fairly old (2010 last major edit), and doesn't even mention datatables | ||
+ | # http://lazymofo.wdschools.com/ actually offers a free (MIT licensed) PHP Data Grid | ||
There are other solutions that create CRUD interfaces to databases, but they're either not worth mentioning, or I haven't fully researched it. There used to be a phpGrid that was free (GPL) software, but not now. phpgrid.org and phpgrid.com definitely are not | There are other solutions that create CRUD interfaces to databases, but they're either not worth mentioning, or I haven't fully researched it. There used to be a phpGrid that was free (GPL) software, but not now. phpgrid.org and phpgrid.com definitely are not | ||
− | + | [[Category:Data]] | |
− | |||
− | |||
[[Category:UI]] | [[Category:UI]] |
Revision as of 23:44, 26 May 2015
Sometimes called a 'Data Grid', Data Tables is a name for systems that present data to the User Interface in a robust way without unnecessary programming.
- https://datatables.net/index is a plugin for jQuery that I've used. It's probably the #1 solution in the category
- http://ajaxpatterns.org/Data_Grid is interesting, but fairly old (2010 last major edit), and doesn't even mention datatables
- http://lazymofo.wdschools.com/ actually offers a free (MIT licensed) PHP Data Grid
There are other solutions that create CRUD interfaces to databases, but they're either not worth mentioning, or I haven't fully researched it. There used to be a phpGrid that was free (GPL) software, but not now. phpgrid.org and phpgrid.com definitely are not