Search
43891 results 6461-6470
Forum
- 14th Jul 2023Sorting table with narrator on switches focus to "Search:" edit field.This is where DataTables added its listeners for the sort action trigger. That in turn called this function, which as you can see will call e.preventDefault() when a keypress on the return key is detected. That alone should keep the focus where it is. I'm certain that this is a Narrator bug I'm afraid. One to report to Microsoft. Allan
- 3rd Jul 2023why data table pagination,entries,search fields are not workingWe're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 15th Jun 2023Error message shown table id :dic Details-in correct column countDid you follow the troubleshooting steps found at the link in the error? https://datatables.net/manual/tech-notes/18 Kevin
- 2nd Jun 2023How to add an export button to a table in excel that was generated dynamically?@allan Thanks a lot! Happened!
- 10th May 2023I got this err code : DataTables warning: table id=example - Incorrect column count. For more informThe place to start is to follow the troubleshooting steps found at the link in the error: https://datatables.net/manual/tech-notes/18 Let us know what you find. Kevin
- 30th Apr 2023Referrencing a property in related tableWe're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 26th Apr 2023DataTables warning: table id=datatable - Ajax error. For more information about this error, please sPlease read over this tech note about how to ask for help. You are going to have to give us just a bit more information than the error message to let us be able to offer you any help. Like a link to a test case which is asked for in the forum rules, the new post page and the template text that you haven't filled in. Allan
- 24th Apr 2023Search API by Server-Side filters not the table:( :( :( :( :( :( :( :( :( Why didn't I see this error!!! Many thanks. In my first release I get the error of missing $_POST['draw'] and I think that is the reason why I have it hard-coded. Now it works.
- 18th Apr 2023How do I make a particular Column fixed in my Table ? I don't need right or left column optionsYes, sorry we didn't get back to you. I think it is possible through a combination of ColReorder and FixedColumns' fixedColumns().left() method, which you can use to get / set the number of fixed columns. But it isn't something I've tried before, so I can't say for certain if it would work or not. Allan
- 12th Apr 2023How to use fixedColumn and fixedHeader in the same table ?Thanks Kevin