Search
-
Custom paging with array of JavaScript objects
by Shkelzen ·Is it possible to initialize the data table so that it "knows" that we are currently viewing page #15 of total 54 pages and that consequently it builds the pager correctly to allow the user -
Exclude first column (Sl. No) from sort.
by Mir ·Issue#1 still open. Any thoughts? -
Row filtering based on column value- how?
by Samv1 ·Basically, when I click a button, a custom filtering function will test the value of column #1 (numeric value) for all rows, and if the value in the column < 50 for a row, the row stays, otherw -
Uncaught TypeError: Cannot read property 'length' of undefined
by pwiggins ·I've seen several examples of this problem but still haven't been able to find a resolution. -
how to get foreign characters to display in basic datatables
by mkleinosky ·(Fatal error: Uncaught exception 'Exception' with message 'Unknown database command or not supported: set character_set_client=utf8' in /home/content/67/4410967/html/dteditor/php/Database/Query.php:25 -
Difference between search and filter option.
by allan ·.search("^("+"Person #1|Person #2"+")$",true,false,false) -
Difference between search and filter option.
by Ramprakash ·I may have values like Person #1, Person 2,... Person #11,...Person #21... -
Searching a table using value of 2 columns
by dvnandover ·Need a litle help from the experts here as how to search a table using value of two columns. I would like to retrieve a row where 1st column (#9) value (an integer) is matched and 2nd column (#10) whe -
Dynamic records per page
by dieegov ·Now i need set records to correct page (eg: Record #1 to page 1, Record #2 to page 2, Record #3 to page 1). -
In table form controls
by Karl53 ·Notice that the assigned class name ends up with a preappended space. When I added the space in the if test then problem #1 was fixed. But how does className end up with this extra space? -
In table form controls
by Karl53 ·Edit: I notice with item #1, that I do not need to click on the link within the cell. To raise the error, click within the cell while avoiding the link. -
Sorting column by contents, not span title
by allan ·Got it - thanks. I think the issue is that there are new line characters in the HTML. If you replace them with then it works as expected: http://jsfiddle.net/HEDvf/2083/ . -
Unable to filter table
by Rodrigue ·I want to filter my table based on a button click. When button #1 is click, I want to show only employees with age over 100. I know that in my example every employee will disappear. -
sum a column based on a condition in another column
by GusBeare ·"<p>Income Total = <strong>£" + incomeVal.toFixed(2) + "</strong></p>"; var ExpensesMsg = "<p>Expenses Total = <stro -
[1.10.x] JavaScript data source - how to reload data using API
by netaisllc ·In the simplest use case ever -- a JS data object serving as the data source -- what is the API call/calls to load new data into the table. In other words, I init the table using JS Data Object #1 and -
columnFilter not using Datatables/Pipeline Ajax URL in MVC5 View
by rwkiii ·PROBLEM #1: I have 3 checkboxes on this View. Their true/false values get passed in the jQuery Ajax POST to /Admin/GetSelections/ when the View is first loaded. This works fine when the View is initi -
Getting .dataTable is not a function error
by anjibman ·Refer http://forum.jquery.com/topic/multiple-versions-of-jquery-on-the-same-page#14737000002063155 -
UTF-8 problem with datatables Server-side script
by poisom ·EDIT #1 i just found the debugger tool so i give you the link http://debug.datatables.net/efozef -
Labels with Inline Edit
by allan ·hand; z-index: 12; box-shadow: 2px 2px 6px #111; } div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after { content: '\00d7'; color: white; font-weight: bold; font-size: 18px; l -
Table headers won't align-left
by mRender ·{ border-bottom: 1px solid #111111; } table.dataTable, table.dataTable th, table.dataTable td { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } table.dataTab