Search
-
Editor Ajax URL with Parameters
by stronglightsmart ·We freshly purchased Editor, but we are bloody beginners, maybe somebody have a hint for us. -
How to add a Refresh Tab button
by Apezdr ·Philip, -
columnDefs and savestate (1.10.13)
by dbeaumon ·What I want to achieve is a column toggle (have a set of available columns, and allow them to be toggled). The way I was attempting to achieve this was: -
I have a question regarding the CSV export
by kct3937 ·I included four buttons for the table in question...Copy, Excel, CSV, and PDF. Three of which work fine, although the PDF output leaves things to be desired. The problem lies in the CSV export. -
Can I force a table to render without a header?
by Apezdr ·You can use CSS for this i believe. -
how to sum 2 cells and then total the column?
by monkeyboy ·Allan, -
Editor - Inject Blank/Static Options into Dynamic Option List
by Apezdr ·For anyone curious I have achieved my goal client side with the following code snippets. -
Hide field in table and form
by Apezdr ·Howdy, -
How to add multiple blank rows based on the input of a text box?
by jbrofser ·$(function(){ $("#addRowButton").click(function(){ alert("Click event works"); var n = parseInt($("#numberOfRowsTextBox").val(), 10); var i=0; var t = $("#ex… -
Formulas and Data Tables, client or server sided?
by Apezdr ·It would depend on the calculations you're looking to do. Client side is easiest to implement and maintain using the following example below. -
Formulas and Data Tables, client or server sided?
by sm1l3y ·What works best with and/or does data tables prefer when it comes to formulas, done by client sided (js) or server sided (c#, sql, etc)? For example a column which content is generated by a formula w… -
Data Tables export not working for dynamic content
by sm1l3y ·Ok so basically after a table has been generated/rendered through the api, I have a function that executes. The function takes fills a value in each cell of a column with the value to the cell to the… -
Language, "decimal point is comma" not working
by allan ·Those parameters don't effect the data that is displayed in the table - they are used primarily for the table information output, but also for the sorting information. -
Fatal error call to a member function insertid ...
by allan ·Can you enable the debug mode in 1.6 and show me the SQL? That error suggests that there is / was not insert, or no primary key value was returned. -
v1.6 .NET compilation issues
by allan ·Yes I think so. To be honest, I think I got a bit carried away by the C# 6 features and should probably have stuck with 5 a bit longer. -
datatables with details control : how to show details after refresh
by tigrou91430 ·Hello, I use datatables with details-control. -
v1.6 .NET compilation issues
by gbenett ·Plus ça change! I had no idea C# had major new syntax features. However, it looks like more than a NuGet package. This helpful summary says the new features are in VS2015 (aka Roslyn). I have the lat… -
Styling Datatables with CSS - " content: '' "
by XerxesAIS ·Dear Datatables community, -
Can't work out how to stop user being able to change the initial load order
by sketchgal ·I am using datatables to display a list of sales staff along with their monthly sales results and targets. I've got the tables set up so that when it initially loads it orders the data based on the g… -
v1.6 .NET compilation issues
by allan ·I think it will be the same as discussed here. Basically the Editor code uses a newer version of C# than ships with VS2013. You can install the updated compiler from NuGet for VS2013.