Search
23531 results 2731-2740
Forum
- 13th May 2019Click on a cell, get value from other columnsFound a solution: var rowindex = mainTable.row(this).index(); var ownertype = mainTable.cell(rowindex, 0).data(); $('#drilldown2').val('Company'); if (ownertype == '<u>Franchise</u>') { $('#drilldown2').val('Franchise'); }
- 6th May 2019Filter clear not working on IE11 with individual search columnsCommitted here and will be deployed to the site soon. Allan
- 14th Apr 2019Datatable many columns problem in mobileI try to use responsive but is not helpfull What exactly happens? Do you get any alert messages or errors in the browser's console? Are you loading the responsive JS and CSS files? Kevin
- 12th Apr 2019Column's width doesn't change when I use scroll-verticalMost likely you are running into the issue described here. It might not be Bootstrap tabs you are using (impossible to say without a test case, which is required in the forum rules btw) but if the table is initialised hidden, then you will run into that problem. Allan
- 29th Mar 2019table columns alignmentrisolto con i css grazie ....
- 21st Mar 2019I am trying to sort columns and i require the render function. render is returning a JST templateHi @sudiptam , At a glance, it looks like you're missing commas from the end of all the lines in columnDefs. If that doesn't resolve it, 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
- 18th Feb 2019Can I combine the multiple search criteria across multiple columnsI would probably create a search plugin for this. I create this example for something but it should give you an idea of what to do. http://live.datatables.net/rosahuka/1/edit Kevin
- 10th Feb 2019Set column width for specific columns.Hi Kevin, Thanks for that. This works. I now have a more complex issue that I will create a new sample and post for. Kind regards, Glyn
- 30th Jan 2019Size of columns in table@tangerine Thanks!
- 25th Jan 2019Using columns vs column APIBrilliant, thank you!