Search
43827 results 6521-6530
Forum
- 24th Dec 2021Editor pull-down showing all records in table - I need a filter on a specific subscriberid.I see you're using Editor, but our accounts aren't showing that you have a license - it just reports that your trial expired 2016. Is the license registered to another email address? Please can let us know so we can update our records and provide support. Thanks, Colin
- 22nd Dec 2021why is info not shoen in Table 3rd coloumn`?No worries, glad all sorted! Colin
- 15th Dec 2021Dynamic Post Data but view on table not changes@kthorngren Thanks to sample json response
- 15th Dec 2021how to send table to the mailSee if this thread helps. Kevin
- 8th Dec 2021Colreorder and table data structureColin, thank you for your prompt reply. The transpose option should be exactly what I was looking for.
- 5th Dec 2021Why when I put the scrolly on my table, thead doesn't take it into account, it helpsWe'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
- 30th Nov 2021Editor - .net table with schemasorry, we were off for Thanksgiving holiday. It looks like I am using version 2.0.4.0 I believe when I first posted I was using 1.9, but when I realized I wasn't using the newest I upgraded. But i am still getting the same sql statement in the debug.
- 29th Nov 2021How can I update the select 2 filter outside the data table?Is this with Editor? Or filtering? There are a few threads on each, such as here and here, Colin
- 22nd Nov 2021Print Multiple Table in One Pdf Documentdear @hcmhmt did you find a solution ?, please your comments.
- 18th Nov 2021Change data value to order tablerow().data() is both a getter and a setter. You need to pass the updated data as a parameter to row().data() to use it as a setter. Something like this: var tr = $(this).closest('tr'); var row = table.row(tr); var data = row.data(); data.favorito = ! data.favorito; row.data( data).draw(); // Update the row data Kevin