Search
11430 results 8851-8860
Forum
- 24th Jan 2022Filtering out HTML in searchesOkay I'm feeling a bit foolish. I had been trying to get this to work, but didn't realize that it was working in the wrong file. As soon as I moved the following code to the file i was actually testing on it worked "columns": [ { "width": "35%", "searchable": true, "type": "html" }, { "width": "25%", "searchable": true, "type": "html" }, { "width": "25%", "searchable": true, "type": "html" }, { "width": "5%", "searchable": true, "type": "html" }, { "width": "5%", "searchable": true, "type": "html" }, { "width": "5%", "orderable" : false, "searchable": false, "type": "html" } ]
- 27th Dec 2021How to make search with Ajax instead of default filtering dataCan you update your test case, please, to demonstrate that. It would help us to understand the problem if we can see what you're doing, Colin
- 17th Dec 2021Generating a table with javascript/json. No pagination and data resets when ordering or filtering.Perfect, glad all sorted, and thanks for the explanation - I'm sure that'll be helpful for others, Colin
- 25th Oct 2021Filtering blank values in columns that have an inputNevermind, it is working. I had changed some code testing something and i forget to change it back.. lol.. this is working.. thanks for the help!
- 23rd Jul 2021Displaying 'No data available in table' and when clicking filters, table clears data.That fixed it! Thank you.
- 23rd Jul 2021Stop filtering the data if value of first criteria is emptyHi @namrata_harman , Thanks for pointing this out. I can see the issue on the site too. However, when using the nightly builds this appears to have been fixed. Take a look at this example. We are aiming to release SearchBuilder within the next few weeks. Until then you can access the fix from the nightly builds. Thanks, Sandy
- 28th May 2021[Filtering] Hide an empty columnWe'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
- 4th Apr 2021SearchPanes: How to retrieve filters appliedThat'll work. It's going inside the DataTables object, so it may change in the future (tho unlikely), but yep, that'll do it! Colin
- 4th Nov 2020How to re-draw a table with the custom filters?Thanks Colin
- 27th Oct 2020Filtering by session phpPerhaps you can show me your full PHP? I don't know how you are applying your condition at the moment. Allan