DataTables – Table plug-in for jQuery
21–30 of 59 posts
Re: DataTables – Table plug-in for jQuery
#22Re: DataTables – Table plug-in for jQuery
#23I paid for support and had the author's full attention the same morning. Works like a charm.
Re: DataTables – Table plug-in for jQuery
#24While I have found DataTables to be useful in the past, there are (thankfully) many other alternatives available today with a much saner API. DataTables might have the worst API I've ever seen in a Javascript library. Powerful, yes, but it has the most insane naming conventions I've ever seen. To this day I do not understand why so many properties are prefixed with random letters. There was a time when there wasn't a…
What alternatives have you found to be better? I'd be interested in checking them out.
Re: DataTables – Table plug-in for jQuery
#25It is really fantastic for that live spreadsheet feel.
Re: DataTables – Table plug-in for jQuery
#26Re: DataTables – Table plug-in for jQuery
#27Re: DataTables – Table plug-in for jQuery
#28Re: DataTables – Table plug-in for jQuery
#29While I have found DataTables to be useful in the past, there are (thankfully) many other alternatives available today with a much saner API. DataTables might have the worst API I've ever seen in a Javascript library. Powerful, yes, but it has the most insane naming conventions I've ever seen. To this day I do not understand why so many properties are prefixed with random letters. There was a time when there wasn't a…
Alternatives such as? They use Hungarian Notation[0]; not random, but dated. [0] http://en.wikipedia.org/wiki/Hungarian_notation
Re: DataTables – Table plug-in for jQuery
#30Earlier quoted context omitted.
https://github.com/Mottie/tablesorter has multiple sorting using the shift key. I alternate between this and DataTables. The hungarian notation threw me off at first too. Far from insane though.
Here's an example of what you have to do in datatables to get the elements displayed around the table itself styled (such as a search bar, pagination, or table meta information) https://datatables.net/release-datatables/examples/basic_ini... So, in order to adjust the styling of DOM elements around the datatable, you need to understand a very specialized form of syntax that one particular property that controls all D…