Search
23531 results 2681-2690
Forum
- 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
- 9th Nov 2020How to order multiple columns not alphabetical wayI realized another problem, RowGroup is not compatible with FixedColumn. So, I have to rethink the whole thing.
- 4th Nov 2020Make child row has columns with same width with parent rowsthank you @kthorngren
- 20th Oct 2020Does anyone know how to create columns dynamically and include a render function in the array?Solved :hushed:
- 12th Oct 2020How To Stop Ordering of Columns EntirelyThank you @kthorngren, your question about the HTML5 Attributes led me to look again at the layout page and I found an old script that was trying to sort things. I got rid of it and the problem fixed itself. I inherited this project from another developer, I should've thought of that. Thank you.
- 8th Oct 2020sum all the contents of the columnsThanks !
- 29th Sep 2020Need sum of column into next columns' of every rowso the issue I'm facing is that when I try to add a new row then sumOf(column(Nb)) will be changed too and affect the calculated values in the "Total" column. Sorry, I'm not following. Could you give me step by step instructions on that test case, please, on how to reproduce the problem, Colin