Search
43826 results 7391-7400
Forum
- 27th Jul 2011Show hidden row after event in a scrolled tableHi, I would like to show, after a event, a row that is not displayed due the scroll position. How could do that? Thanks a lot for the help.
- 19th Jul 2011DataTables-1.7.6 - Table Toolsi have downloaded the DataTables-1.7.6...in this copy, export to excel and print to PDF doesn't work for me Please help
- 15th May 2011How do I add a css class to a table header cell when is clicked for sorting?Hi, I would like to add a css class to a clicked column header so that the title changes colour when the column is being used to sort the dataset. How do I do this? Many thanks Jeremy
- 22nd Apr 2011Error Starting DataTables on empty table [WITH PATCH] 1.7.6HI, I saw some documentation that says you require a THEAD with TH elements in them to use the module. I also saw some examples that suggested that you do not need this. In testing I found it does not work unless you indeed define THEAD and TH therein. I investigated the code and I was able to notice that the code intended to auto create the THEAD was accidentally creating a TR and the code to transfer the resulting THEAD into the config was also malformed. Here is a patch that I made which is now working for me. http://deathstar.freeswitch.org/patches/dt.diff
- 5th Apr 2011FixedHeader displaced while using dynamic values for table cellsHi, I am facing a strange issue in which if I use php variables for cell values in a datatable the FixedHeader is horizontally displaced but if I use hard-coded values they remain in place. Any ideas how this can be resolved?
- 1st Mar 2011Global filter and Server-side tableHey, I want to global filter/search from index.php and get the value to datatable search input in search.php. Hope you get what i want. And is it possible to make column rows linkable? I'm outputting names and want to add a html/php code to the names. Regards, SeDo
- 9th Jan 2011How to get table tools to workHey. I love the functionality of tabletools and the new tabletools 2! The thing is, I can't seem to activate it on my localhost. The exact example that comes with the "extras" in the datatables download just won't work (except for the print function that works fine). It won't work on ie6, ie8, and not even on ff... so probably I am missing somthing... Any thoughts? Thenks.
- 21st Dec 2010Invalid Argument Error when adding sScrollY to ServerSide tablemy code... [code] oTable = $('#' + tableId).dataTable( { "bProcessing": true, "bJQueryUI": true,
- 10th Dec 2010Title is not displayed at first time the table is drawHi averyone, I've started to use DataTable in one of my projets few weeks ago. This fantastic component have make my life very easier dispite a little problem: I'm working on a web application that has several tables into several diferent tabs (implement with javascript, not jquery-ui tabs()). These tables share the same configuration and css style although they have different number of columns. The issue is, some of them do not display the header unless some event force to redraw the column widht. Example: type something in the search field. I've looking for a solution for this problems for days, but nothing has worked until now. Do you guys have some clue about how to fix this problem? Below there is an exemple of the code that initialize one of the tables as well as the corresponding html code. Thanks alot in advance. $('#table-avail-exit').dataTable({ "oLanguage": { "sProcessing": "Processando...", "sLengthMenu": "Mostrar MENU sa
- 30th Sep 2010IE, positioned elements inside table cell, and vertical scrollingHello, I tried searching the forum, but did not find a similar discussion. The issue is as follows: suppose you have a dataTable with these settings... $('#myTable').dataTable( { "bFilter": false, "sScrollY": "200px", "bPaginate": false, "bSort": true }); ...and then suppose that within your elements, the 's contain an element, such as a < div>, that has either absolute or relative positioning. Firefox and Chrome treat this scenario just fine, but in IE 6 and IE 8 (didn't test 7), the positioned < div> becomes "stuck", and stays in place when you scroll. Thoughts?