Search
23432 results 2661-2670
Forum
- 9th Apr 2021Responsive not working in mobile view - missing some columnsOops, I missed that, sorry. Thank you
- 19th Mar 2021Columns adjust issue when using Datatable inside an accordionIf you use the shown.bs.collapse event, as the Bootstrap documentation says, it will trigger once the animation for the accordion is complete. So yes, you'd get that flicker. You need to use the show.bs.collapse event, but also with a little delay since it is triggered before the table is visible in the DOM: $('#accordionExample').on('show.bs.collapse', function(e){ setTimeout(function () { $($.fn.dataTable.tables(true)).DataTable().columns.adjust(); }, 10); }); Allan
- 19th Feb 2021fixed columns using css messed upthank you mr.colin. the case is finished.
- 28th Jan 2021How to sort my datatable with multiple columns criteria but not common parameters.Thank you! I tried using that solution but it made the function of "Filter" I needed to Sort, not to Filter. Anyway I solved the problem by creating a new Column with Column.render() and returning numbers if certain criteria is met. Thanks!
- 4th Jan 2021Unable to calculate the sum of the columns in each pageGlad heading in the right direction! I'm not sure what you mean about your last query - can you update your webpage so that it shows that issue, please. Colin
- 1st Jan 2021Unable to calculate the sum of the columns in each page when pagination is other than 10Is this the same as your other thread? Colin
- 22nd Dec 2020In tablet mode, while filtering datatable columns, the keyboard disappears on every keypress.My guess is its due to the draw() call in your input event handler. So you need to put the focus back on the input. Just a guess, haven't tried it. Kevin
- 25th Nov 2020Footer Callback Total of Column By Distinct ColumnsHi Kevin No problems, you are 100% correct above, mine was an unusual requirement, so I can appreciate the misunderstanding. I have it working now using the workings of the https://stackoverflow.com/questions/64976444/javascript-footer-callback-sum-values-in-one-column-for-each-unique-combined-val It is useful to have your code suggestions for anyone in the future as this would be a more frequent requirement. Many Thanks Colin
- 20th Nov 2020Searchbuilder "Equals / Not (Equals)" fails on columns with multiline dataHi @Pkl , That should be the issue fixed now, just refresh the cache in your example to make sure that you are getting the latest nightly build.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
- 20th Nov 2020Using 'colvis' button to hide/display columns -- cannot display column headers dynamicallyWe'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