Search
23531 results 2741-2750
Forum
- 23rd Jan 2019How do I filter two different values in two columns?Hi Colin, THANK YOU very much for your quick and genius response! Cheers, christian
- 21st Jan 2019How to filter dynamically created columns based on foreign keys during server-side processingHi @"Gulzar Ali" , There two threads, here and here, should help, they are asking the same, Cheers, Colin
- 16th Jan 2019How to get cell data from selected columns with a paginated page and colreorder.Ahh, thanks very much!
- 20th Dec 2018Database Relations displayed in columnsWith Editor? You would use a join. Allan
- 15th Nov 2018show data of two columnsHi, The data merge is doing by the server script. There is now way to show the Data of two rows in the editor? Andreas
- 12th Nov 2018Hiding/unhiding datatables with Vue - 0-width columnsThis question was answered here: https://datatables.net/forums/discussion/53055/hidden-tables-made-visible-lose-formatting#latest Kevin
- 1st Nov 2018displaying multiple data in columns( using rowspan)designation is coming from transaction table code for retrieving data to front end is like this th= user.getDataValue('po_value') if(user.getDataValue('transaction_tbls').length > 0) for tr in user.getDataValue('transaction_tbls') th= (tr['dataValues'])['designation'] th= (tr['dataValues'])['quantity'] th= (tr['dataValues'])['rate'] else th th th
- 3rd Oct 2018DataTables Examples: Tab between columnsThis is a bug in the current release of KeyTable which the web-site demo is using I'm afraid. Its resolved with the nightly and I'm going to release that alongside Editor 1.8 by the end of this week. Allan
- 25th Sep 2018How to use `column().search()` on different columns using different search terms.Hi @rdm , The problem is that you had data() before the search on the first post - your second doesn't. Your second post is right, or you could have a single draw(), like this: table.column(1).search('Engineer'); table.column(2).search('San'); table.draw(); See the example here. Cheers, Colin
- 21st Sep 2018Initial sorting by aaSorting for multiple columns not working for ajax dataThanks @colin I will check that.