Search
23531 results 2651-2660
Forum
- 7th Apr 2022Misaligned columns in fixed header table inside modal popup@NoBullMan - Ha, no, that thread is four years old - it was the case at the time! We totally re-wrote FixedHeader (and FixedColumn) in the past year or so, to use the sticky attribute which has made the extension far more flexible, Colin
- 23rd Mar 2022Multi-column layout for five columnsIf you have plan to use bootstrap then same change in bootstrap css
- 3rd Mar 2022I want to export the pdf with its icons in the columns. For this I am using this codeI suspect you haven't included the CSS. 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 Feb 2022Displaying sum and average of columns for visible row?This should be helpful: https://datatables.net/reference/option/footerCallback
- 14th Feb 2022How do I disable a ordering for columns without data?No, I'm afraid not, Colin
- 11th Feb 2022How do i disable ordering for columns without dataI answered in your other thread - please don't duplicate posts, Colin
- 8th Feb 2022How can I set alignment of columns to right ?Please see my last message, the same applies. It's just a string, without indentation. You could pad it with spaces, but that's the best you'll get. Colin
- 4th Feb 2022ColReorder breaks SearchBuilder when column is not selected and columns are reorderedI confirm that this works.
- 14th Dec 2021Fixed columns are not working browser shows $.fn.dataTable is undefinedHi @Swetha9090 , That's not a valid test case I'm afraid - we need to be able to run it to observe the problem. Thanks, Sandy
- 10th Dec 2021Is it possible to make a hover on columns?Here is an example using Datatables APIs: http://live.datatables.net/digeseka/550/edit It uses the code examples from column().nodes() and columns().nodes(). Added optional header and footer highlighting. Kevin