How can i add today's date in the pdf or excel when it's relative button is...
I have a requirement when I click on PDF or print or excel I should show Today's date in the document it might be a print or pdf or excel sheet, I Should show that it is generated on this day to have a...
View ArticleStore a rendered value in db
Hi, i have a calculated value. Everytime i load the table with a function I calculate a value. So i need this value also for other issue. How i can, everytime i load the page update the calculated...
View ArticleUnable to download the PDF document in IE browser
I'm unable to download pdf in IE browser, it shows invalid state error I have given the javascript references in the below way: <script type="text/javascript"...
View ArticleBack to paging button
How can I return the same page that was in pagination after accessing a link? I need him to go back to the same page. Example: If I'm on page 3 and click a detail button, I want to return to that page...
View ArticleUsing Editor to Order by
There must be an example of this but I can't seem to find it. I want to return a record set already ordered through SQL and disable the ordering on a table. I know how to disable ordering on a table,...
View ArticleCompare with if between two columns
Hello, how could I compare between two columns? $columns = array( array( 'db' => 'id', 'dt' => 0 ), array( 'db' => 'price', 'dt' => 1 ), array( 'db' => 'qtd_min', 'dt' => 2 ), array(...
View Articlesend email on column edit
I would like to use PHPMailer to send an email on datatable edit event. When a column value is altered I would like to collect a number of associated row values and pass them via ajax to a php page...
View ArticleHow to create data array from table column 1 to 3?
I can create an array by using "table.rows().data().toArray();", but if I only want data from columns 1 to 3, not the whole table, how should I modify this code?
View ArticleDatatables Is Adding a Query String to AJAX URL
I getting the following error from my AJAX call (below), but I am only setting the url to https://coincap.io/front/. I did not add the query string ?_=1512079436939. I don't know why it's getting...
View ArticlePagination position
Hi. Just now my pagination fixed to bottom of the screen. I need have my pagination after scrolling table. How i can do it?
View Articletd.details-control open an other table
I created a column td.details-control to show a to show something like a log in other table but i don't how to get td's id and filter the table by it. When I click on td.details-control shows all the...
View ArticleSupport for non-dbo schemas
I'm running into some difficulty using Editor 1.5.6 and WebAPI with SQL Server tables in a schema ('proto') other than the default ('dbo). For one thing, it's not possible to define a model with...
View ArticleForce rows to be child rows on table and below breakpoint
I have a responsive table with 9 columns Using the responsivePriority I can set which columns display What I would like is to force the table so that once the viewport is below 992px (so I can set my...
View ArticleThe Most basic Question of them All: Row 0 Column 0 error.
I am getting a row 0 column 0 error. Help. And here is a sample of the JSON I've created: {"draw" : 1,"recordsTotal" : 57 ,"data": [["Daisy","Gold","1366528127","","-","","-","","MD",""]]} Here is my...
View ArticleProblem Refreshing Column Sources?
I am trying to get a column to work with a new source ( in Entity Framework, using this tutorial) https://echosteg.com/jquery-datatables-asp.net-mvc5-server-side I can't datatables to refresh the...
View ArticleCorrectly re-creating the table with all its settings
Hi, I need to modify an existing option and, as far as I found out, the best way would be to re-initialise the table with the modified version of its previous settings. However, the question is, how...
View ArticleWidth of table doesn't change?
I've got a few DataTables that I'm working with and so far, I'm thrilled with this awesome and free plugin! I am, however, curious about one quirk of it that's kinda bugging me. When the table is...
View ArticleSaving HTML in Editor gives 'potentially dangerous Request.Form value'
I'm trying to save HTML in an Editor field. Only admins have access to this page, so there's no XSS issue. I get an ASP.NET error - 'A potentially dangerous Request.Form value was detected from the...
View Articlefixed column update- update footer values
thanks for datatable is awesome i have a question, i have a table with a sum of columns values in the footer and fixed columns, so when the data changes the footer values should change but they don't....
View ArticleNeed to use where in select box
Field::inst( 'subjects_d.SubjectID' ) ->options( Options::inst() ->table( 'subjects' ) ->value( 'ID' ) ->label( 'Name' ) ->where( 'Type', 1 ) ) ->validator( 'Validate::dbValues' ),...
View Article