Server-Side Processing and Regex Search / Filter
Unfortunately I didn't see that regex searching was not possible with server-side processing. I had everything installed and working and then as soon as I typed in more than 1 word I got "no results",...
View ArticleTableTools with serverside processing
Hi, first, thanks Alan for this great job. My question is, i'm using dataTables with serverside processing , works perfect. I have 50 000 rows, i use ajax processing, like this :...
View ArticleChange Column Text Color in DataTable
Hi All, I am newbie in DataTable. i want to change column text color to white. how should i do it ? i am using MVC4 razor. Thanks in advanced.
View Articledatatable header no show correctly
I have a table with datatables but I can not display correctly within a dialog. <div id="dialogonuevacita" title="Selección para cita"> <p> {% trans %}Seleccione el médico{% endtrans %}:...
View ArticleRender JQuery object in Datatable Cell
Hi, Could you please confirm if it possible to render a JQuery object like a toggle button in a DataTable cell? I tried to use the followinf code, however the result is not the same as outiside of...
View ArticleSubtotals in a new row
I have the following test case up, http://live.datatables.net/usabel I have added a grouping type function on the Engine column, and a total of Version that I add to the footer of the table. What I...
View ArticleQuotes in sSearch parameter are converted to "e; in filter field
Here is LIVE example - filtering is working just fine, but filter field is messed up http://live.datatables.net/abacef/edit#javascript,html,live My table debug info, but it should not be needed in this...
View Articlecan hidden row toggle column be something OTHER than column 0?
The example here: http://www.datatables.net/release-datatables/examples/api/row_details.html, gives a great example of how to add a toggle column that, when the toggle image is clicked on a particular...
View Articledatatables with php mysql and have links or options
Hello loving datatables but have a hard time to make them how i really want usually i make my tables with a repeat or do while, but after testing datatables want to try them im using right now...
View ArticlesDom Positioning
Okay, my brain is officially fried. Can someone help me figure out how to structure my sDom so that the Excel button (only button) is next to (the left) of the search box? My Current sDom is: "sDom":...
View ArticleScheduled downtime
Hello all, The server hosting DataTables.net will be offline for up-to 3 hours for maintenance on 1 March, starting at 22:30 GMT. My apologies for any inconvenience caused. Allan
View ArticleTable Tools Export why a Flash solution ?
Hi Simply amazed by the functionality Table Tools lends to Data Tables. My query here is why is the export functionality relying on flash ? Is there a pure javascript / jquery functionality ? Or will...
View ArticleSort one column using another as a tie-breaker
I've gone through the examples, but I can't seem to find anything specific to my needs. I have a table that I would like to be able to sort on columns 1 or 2 (no problems doing that), but when sorting...
View ArticleMultiple Column Date Filter
I would like to filter by date using min & max date values, but my table needs to have a start date column and an end date column. My table looks something like this... Event_____Start Date___End...
View ArticleDynamic elements above FixedHeader revisited
I was having the same problem as described in this thread: http://datatables.net/forums/discussion/10911/dynamic-elements-above-fixedheader-leads-to-chaos-anarchy/p1 I set up my table filter so that it...
View ArticleCHECKBOX COLUMN
Hello, I have this columns: "mRender": function (val, type, row) { if(val == 't') var sReturn = '<input type="checkbox" name="filter" value="t" checked="checked" />'; else var sReturn =...
View ArticlePlug in
Hi there, new to the datatable world, and need some assistance using one of the plugins. How does one use the .js file which is mentioned that is need. In the plugin section, it refers to : script...
View ArticleServerside code using join tables
Hi, I made an enhancement that makes it possible to use join tables. It works great, including sorting, searching and filtering. The join can be defined in variable $sJoins and there is some code to...
View ArticleScroller plugin misplaces Datatable's column header
Hello, I am trying to implement the scroller plugin in datatables and the table is activated by the outside button. When the outside button is clicked multiple times then the column header gets...
View ArticleTableTools working only partially
Hi Alan, This is the best API i have found,so much to learn and possible to do with it. Really Appreciate your hard work . I was just facing a small issue in table tool,my excel copy and pdf copy are...
View Article