Search
43675 results 6521-6530
Forum
- 29th Jun 2021How to perform a LIKE across two fields in the same table?$this->datatables->generate(); I'm not sure I recognise this method call. Can you link to the library you are using here please? Thanks, Allan
- 11th Jun 2021DataTables warning: table id=tablepress-3 - Cannot reinitialise what is thisI opened the page you link to and don't see the error. Please let us know how to recreate the error. Also use the tech note link in the error for troubleshooting steps. Kevin
- 2nd Jun 2021i have jQuery Data table in some columns contains font awesome iconsthat's no problem. if you don't know how to do it just search the forum. I think I posted a couple of things on that matter. Here is an example: { data: "contract_copy.done", render: function (data, type, row) { if (data <= '0') { return '<i class="fa fa-square-o fa-lg text-center" style="display:block" aria-hidden="true"></i>'; } return '<i class="fa fa-check-square-o fa-lg text-center" style="display:block" aria-hidden="true"></i>'; } }
- 26th May 2021How can add new row in to the data table after column reorder action performedPlease create a simple test case showing what you are trying to do so we can help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 21st May 2021when i fetch data to the table search and display per page is disappringStart by looking at the browser's console for errors. If you still need help please post a link to your page or a test case replicating the issue so we can help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 3rd May 2021Does anyone know why the value in Excel Export table has a "0" at the end?See if this thread helps. Kevin
- 23rd Apr 2021Order listener by href in table headerThat's great, thank you! I think from here I would just add a CSS pseudo class to show ascending and descending carets for Account and Domain, but that shouldn't be too hard.
- 23rd Apr 2021How do you send email from table view using mailto:, grabbing emailaddress and body from values?Can you give me a link to your page so I can take a look and help to debug it please? Allan
- 15th Apr 2021Search is not working for inner tableThanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. 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. Allan
- 18th Mar 2021How to add 15 columns in data table without overlapping the sorting feature ?Thanks It worked !!