DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!
DataTables – Table plug-in for jQuery
41–50 of 59 posts
Re: DataTables – Table plug-in for jQuery
#42DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!
Thanks for writing this piece of software! I appreciate all the configurability. One thing that irks me bit, is the way action buttons are handled (using TableTools, ColVis and the like). Ideally I'd like to place and style the buttons the way I want and just have JS handles for activating their functions as well as state change events. Maybe I've missed something, but I couldn't find how to do this from looking at t…
Re: DataTables – Table plug-in for jQuery
#43Earlier quoted context omitted.
Thanks for writing this piece of software! I appreciate all the configurability. One thing that irks me bit, is the way action buttons are handled (using TableTools, ColVis and the like). Ideally I'd like to place and style the buttons the way I want and just have JS handles for activating their functions as well as state change events. Maybe I've missed something, but I couldn't find how to do this from looking at t…
Plans to change it in the future. I'm planning on merging the abilities of ColVis (given that it just calls a standard DataTables API method) into TableTools and improving the TableTools API / configuration options. At the moment ColVis is a little bit lagging while waiting for this to be implemented - which will be the first thing on the cards when DataTables 1.10 is released.
Re: DataTables – Table plug-in for jQuery
#44While 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…
Can you name a few of the alternatives you found? The ability to sort on more than one column ruled out a lot of them for us.
Re: DataTables – Table plug-in for jQuery
#45DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!
I've made a great deal of use of jqGrid which I've found to be an excellent piece of software. I've always been meaning to give DataTables a try as well but haven't yet got round to it. Assuming you're aware of jqGrid how would you compare / contrast it with DataTables?
Re: DataTables – Table plug-in for jQuery
#46DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!
Hi theallen, I've made a great deal of use of jqGrid which I've found to be an excellent piece of software. I've always been meaning to give DataTables a try as well but haven't yet got round to it. Assuming you're aware of jqGrid how would you compare / contrast it with DataTables?
Re: DataTables – Table plug-in for jQuery
#47DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!
Hi theallen, I've made a great deal of use of jqGrid which I've found to be an excellent piece of software. I've always been meaning to give DataTables a try as well but haven't yet got round to it. Assuming you're aware of jqGrid how would you compare / contrast it with DataTables?
Re: DataTables – Table plug-in for jQuery
#48Re: DataTables – Table plug-in for jQuery
#49DataTables author here - I've often wondered what article or software I might write to see if I could get onto the hacker news front page. Apparently the trick is to wake up one morning and be very pleasantly surprised to see existing software already there :-) Very happy to answer any questions if anyone has any!