Search
11152 results 1101-1110
Forum
- 22nd Oct 2021i have givein column for subjoin coloumn subcategory, when i do sort searching it show ther errorHave you followed the steps in the technical notes linked to in the error? That'll be the place to start. If so, what did you find? Colin
- 1st Oct 2021How to sort a date column that has a hyperlink?You would need to use columns.render, and return the order for the date without the HTML surrounding it. Colin
- 16th Sep 2021Disable sort on column header but not arrows in column headerYou need two header rows and orderCellsTop:. https://datatables.net/reference/option/orderCellsTop
- 9th Apr 2021Wrong way to sort ?Hi @Lapointe , Good spot, thanks for that. I've made the fix now. This will be available in the next SearchBuilder release which we hope will be in the next few weeks. Until then you can access the fix from the nightly builds. Thanks, Sandy
- 1st Apr 2021Datatable Sort IconYeah - that's an odd one! We'll need a test case as Colin says, but it would also be worth you checking your browser's console to see if there is anything obvious there (like 404 errors for files). Allan
- 26th Jan 2021sort selectSee this example from this thread - it's doing just that, Colin
- 29th Oct 2020Want to use data-sort attribute to sort column but it is not working.See if this example helps. If not, 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
- 28th Oct 2020Sorting arrow not shown (but the sort works)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
- 22nd Oct 2020JoinArray (Sort, Search) feature not work when set serverside:trueThat serverSide script isn't setup to use server-side processing - you would need to either customise it to be respond appropriately for SSP, or modify the SSP scripts to do what you want, Colin
- 1st Sep 2020Unable to sort footer selection dropdown month name wiseWow you save my life. Thank you very much.