Search
23432 results 2741-2750
Forum
- 31st Aug 2018Highlighting rows and columns on AJAX datatableHi @"esteban.olm" , Try this instead, $(".dataTable") .on( 'mouseenter', "tr.odd[role='row'], tr.even[role='row']", function () { //add higltlight class to th TR element } ) .on( 'mouseleave', "tr.odd[role='row'], tr.even[role='row']", function () { //remove higltlight class to th TR element } ); That should do the trick, Cheers, Colin
- 16th Aug 2018Cannot get table to work with less than 4 columnsHi @colin Thank you for your response If only you could have heard what I was calling myseef. More caffiene needed I think. Again, Thank you, Dave
- 10th Aug 2018how to have two attributes in a columns to display data, and calculate sum of one attributeYou could define a reducer that only addresses your first td element in each tr. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce https://stackoverflow.com/questions/16668094/jquery-selector-first-td-of-each-row
- 30th Jul 2018fixed columns have y scroll instead of keeping the width fixed and header overlaps as wellIt works now! Thank you!
- 16th Jul 2018Scroll bar start after some columnsHi @Hueseniglobal , No, that's the aim of FixedColumn, so it's all in there. If you want help in understanding why your other functionality stops when FixedColumn is enabled, we're be happy to take a look if you can create a fiddle or post a link to your page demonstrating the problem, Cheers, Colin
- 16th Jul 2018Export to excel error when having dynamic table columnsThank you @colin That was really helpful.
- 6th Jul 2018defaut search multi columnsThanks Allan
- 19th Jun 2018Footer sum based on a more complex situation (another columns, value signs, ...)I've tried this working solution. http://live.datatables.net/liravimi/1/edit But i'll ask for a better solution if is possible?
- 11th Jun 2018Update input values inside responsive datatables based on others columns input fieldsAdded screenshot:
- 24th May 2018Responsive buttons show when all columns are visibleSee also this example. Allan