Search
43674 results 6641-6650
Forum
- 28th Jun 2019Changing the column width after the table has loaded.Hi @lokimoto , Not officially, but there are some third-party plugins/solutions that could help, such as this one here, Cheers, Colin
- 20th Jun 2019Error "No such file or directory" when it returns the table result.Hi @nesf , This doesn't look like an Editor issue, unless I'm missing something. This is because the plugin editor uses the cache directory "wpdm-cache" of the plugin wordpress download manager. Editor and DataTables aren't WordPress aware - so they would have no knowledge of that cache directory unless you configured something to use it. This blog post here may help, as it's showing how to install Editor in a WP environment. Hope that helps, Cheers, Colin
- 11th Jun 2019Table add Row (auto id)Hi @fabiofacir , This thread should help, it's asking the same thing. Cheers, Colin
- 4th Jun 2019The show how many entries is missing in my tableBased on your config in this thread you will learn the answer with this FAQ: https://datatables.net/faqs/index#buttons-page-length Kevin
- 4th Jun 2019Table header input fields automatically sort on enter keyActually @rduncecb is right. Use keydown instead of keyup (the jsbin wasn't updated). - https://jsbin.com/qejiluhito/edit?html,js,output
- 4th Jun 2019How can I make the table occupy 100% of the width of the page in the PDF?Hi @darioxlz , You can change the margins and other page properties like this , Cheers, Colin
- 31st May 2019How to increase table performance if row has a big html content?Hi @parul1727 , That's a very small number of rows to be getting performance issues. We'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
- 27th May 2019Cannot add Paging, Sorting to Dynamically Created TableHard to say without being able to see what is generated. Looks like you might be generating invalid HTML. Line 22 doesn't look to be correct: "<td><a href='#' onclick=DeleteRecord('" + gridData[i].accountid + "','" + entityName + "')> Delete </a>" + "</td>" + "<tr>"); I think you should have "</tr>");. If this doesn't help please post a link to your page or a test case replicating the issue. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 22nd May 2019How to get Json data in Data table in Javascript ????Out of interest, why are you defining it as a string at all? Allan
- 20th May 2019How to obtain the value of the input field in a data table that is filled dynamically in Angular?Hi @CrissLagla , We'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