Search
43675 results 6931-6940
Forum
- 27th Dec 2014When use columns [ , data table return unknown style error"className": .... http://datatables.net/reference/option/columns.className
- 22nd Dec 2014DataTables warning: table id=schedule_socialmedia - SQLSTATE[42S22]: Column not found: 1054 UnknownGot it - thanks! That comment is nonsense. I'm going to package up a new beta of Editor 1.4 today, and I'll get this sorted out for that. Thanks for flagging it up! Allan
- 11th Dec 2014Data table select input filterSo fast , no time to explain... http://yadcf-showcase.appspot.com/ :)
- 11th Dec 2014How can I access all table DOM rows while pagination is activated ?Thanks Allan !
- 1st Dec 2014Use combobox or dropdown list to filter or search the tableYou can use the filter_container_id property of my yadcf plugin, take a look http://yadcf-showcase.appspot.com/DOM_source.html notice that I moved the third column filter to the < div id="external_filter_container_wrapper" > , see examples on the showcase and code snippets below them (read docs)
- 10th Nov 2014DataTables: Add class to table cells, but not table headers?How can I get the code to only add the editable class to the cells of each column and not their headers? There is no option for that in DataTables. If this is causing an issue for your editing, I would suggest simply making your selector that is selecting the items to be edited a little more selective by adding a tbody input it. Allan
- 31st Oct 2014Responsive table extension and in table controlsI discovered a better way to fix this. Looking at width is not good enough and does fail sometimes. so I replaced screen_width > '877' with ($('#some_table_id').hasClass('collapsed') == false
- 10th Sep 2014DataTables Warning: table id = table - Request unkown parameter '0' for row 0...I'm afraid there is very little help I can offer if I can't see the error myself. I need a way to be able to debug the error to help solve it, but that isn't possible if I can't see it. As I noted before, I need a test case that shows the error. Allan
- 8th Sep 2014Passing authorization token in Data Table headerUse the ajax.data option to pass extra data, or use ajax if you want to modify the Ajax object - it has all the same options has jQuery so you can manipulate the headers as you would for $.ajax if you want. Allan
- 2nd Sep 2014More than one table on the same pageSilly question. Of course it can be done... sorry.