Search
19067 results 5871-5880
Forum
- 27th Mar 2019Individual column searching (select inputs) as Header + domInformation on how to create a test case (if
- 27th Mar 2019I want to download,copy and print the HTML contents from the grid. From the below code i'm just ableYou can use the stripHtml option of the buttons.exportData() method (which is accessed through exportOptions object for the button): https://codepen.io/anon/pen/PLrwPb . Note that it doesn't create a link in Excel though. Its just preserving the HTML. Allan
- 27th Mar 2019Creating new entry using editor not workingCan you add .Debug(true) before the .Process() can please, and then show me the JSON response from the server when you attempt to create a new record. Thanks, Allan
- 27th Mar 2019DataTable Editor + paging always return to page 1 when button is pressed from other pagesInformation on how to create a test case (if
- 27th Mar 2019how to integrate datatables in simple php file?Information on how to create a test case (if
- 26th Mar 2019How can apply export option to DatatableInformation on how to create a test case (if
- 26th Mar 2019Customised export to ExcelInformation on how to create a test case (if
- 26th Mar 2019When I export in to pdf some column cut off and not showing, to add landscapeInformation on how to create a test case (if
- 26th Mar 2019I have a very generic situation on filter but unable to find a solution for it.Hi @Sh_Si , You would need to create a custom search filter for this. This one here is similar and could be used as a template - it's for phone numbers, but it matches multiple ways of searching. Cheers, Colin
- 26th Mar 2019Event before building the tableYes you could do that. this.api().rows().length would tell you how many rows are in the loaded data. Then use create() if you need to. Allan