Search
14175 results 2991-3000
Forum
- 12th Jun 2023Aligning X button in Search Builder or/and changing it's nameThat looks better, and at least not out of place. As long as it's a bit different so users aren't confused this should be ok :) Thank you
- 22nd Apr 2023I see that the column search input is present even for the columns that are declared non-searchableCorrect, I assumed that the datatables do it, but I was wrong, thank yuo VERY much.
- 31st Mar 2023Uncaught TypeError: Cannot use 'in' operator to search for 'length' in IdI changed the name of the object columns. It is working now. Problem solved. Thanks a lot.
- 8th Mar 2023Filter search panels performance issue, slow, laggyI set the cascadePanes: false and is super fast now, but then the values don't get calculated when applying the filters. Just wondering, what does cascade actually does? apart from hiding the records from filters when not meeting filter criteria? I also disabled the viewTotal and that also speeds up filtering by ALOT, but how can I remove the calculated values then as they no longer update.
- 9th Feb 2023Search Panes layout not (really) responsiveHello, I had exactly the same problem. It was because of the CSS property "transition" inherited from my ResetCSS style sheet : * { transition: 0.4s; } Removing it solved the problem. Hope it can help.
- 2nd Dec 2022Search builder plug in does not include all conditionsThis is a duplicate of your other thread. I've replied there. Allan
- 1st Nov 2022Search bar and pagination show twice ?Are you using the DataTables component for Vue? There is still no test case, so it's really hard to say why something isn't working. You need to give me more information :) Allan
- 1st Nov 2022multiple column filter(filter search in modalNot sure what your questions are but maybe these two examples will help: https://datatables.net/examples/api/multi_filter.html https://datatables.net/examples/api/multi_filter_select.html If you still have questions or issues please provide details. Kevin
- 26th Oct 2022Hi , Can someone please tell me how to add the fuzzy search plug in shiny app. thanksHi, You didn't complete the template text. Could you link to a page showing what you have tried so far please? Allan
- 5th Oct 2022How to put value from the other field to make condition to search from other tableThank you allan