Search
43747 results 6951-6960
Forum
- 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.
- 1st Sep 2014Reloading Table IssuesAny help?
- 28th Aug 2014data table issue with ie11 search not workingyes only problem with IE 11. work properly in firefox,chrome and less than IE 10
- 25th Aug 2014Table Tools: jump line with \n or br not working in PDFI have same problem. Did you get any solution? Thanks
- 21st Aug 2014datatable.js table tool export button is not showing on devicesThe export buttons in TableTools use Flash. So if Flash is not available the buttons simply don't show. I have a blog post with thoughts about the state of HTML5 for replacing the use of Flash in TableTools. Allan