Search
23432 results 2611-2620
Forum
- 12th Mar 2024Ajax POST on clicking non-orderable column's title@allan Thanks for your support!
- 1st Mar 2024How do you fix columns for added header rows?Yes, it will take some planning and testing to upgrade to 2.0. Kevin
- 22nd Feb 2024Fixed columns table header borders alignment issue with table body bordersHi Allan, I did what you suggest and the position of the search input is now ok but the borders still missing. I will wait until you can check. Thanks and kind regards, Reginaldo Bray
- 28th Jan 2024sorting columns with a LEFT JOINSince you are passing an empty array to the client side "order" method which means "no client side ordering" and seem to not use Editor, this really isn't a Data Tables problem ... Looks like you have an issue generating the right SQL statement for your business problem. I would recommend you ask this on Stack Overflow. But of course you could also not do any server side ordering and do it client side: https://datatables.net/reference/option/order
- 20th Dec 2023How to search multiple columns using REACTHi @allan , thanks for the code! -Abel
- 11th Dec 2023how to get values on two columns of all checked rowsThank you very much Allan
- 30th Oct 2023Text overlapping in columnsBased on where the paging buttons are it looks like the table is not the full width of the container. For us to debug we will need to see the problem. Please post a link to your page or build a test case replicating the issue. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Here are some typical issue: Not using the Datatables style framework integration files. Use the [download builder]( to get the proper files for Bootstrap 4. Table is initialized hidden then, when shown, it is not the full width. Use columns.adjust() when the table is shown. See the example. If this doesn't help then please provide a test case replicating the issue so we can help debug. Kevin
- 6th Aug 2023Colums not sizing correctly when using fixed columnsThanks kevin!!!! I always appreciate you!!!!
- 28th Jul 2023Bug Fixed Columns on Safari and FirefoxThanks for the test case, but I'm not seeing the horizontal scroll on Chrome either due to console errors. Please could you fix those so we have a working test case example that we can debbug, Colin
- 13th Jun 2023Why do columns sometimes get truncated and the responsive UI (green +) is not invoked?Understood. Unfortunately, the only way for you to do that is to install our mobile application which is wrapped in PhoneGap (Cordova), though it is a web app. Based on what I have observed, it seems to resolve itself when t he orientation is horizontal. Let me take the discussion back to the customer as we would need permission to provide you access. Pat