Need the proper syntax to set a value of a field.
Need the proper syntax to set a value of a field by calculated the values of 2 0tger fields in my server side PHP. Here is what I have tried. Field::inst('xxxx.Fld1),...
View ArticleMulti-select drop down to date picker
Happy Morning one and all, Following is the code that is used to create multi-select filter under each column, how can I bring a datepicker in one of the date columns. Please refer Exhibit. select:...
View Articlecolumn.search() is not filtering my table
Can you please check what did I missed in my datatable. I've created a simple search but it's not filtering. <input type="text" id="txtserial" name="txtSerial" class="form-control" /> Here's my...
View ArticleHow to change the text of a collection button or change the text of one of...
Hi all, I'm a junior web developper and for the need of my company we use a DT in our new web-application I use collection them to filter data with hidden colunms and hidden input which contains...
View ArticlePutting together different data from different tables
That the situation: I have three different table, i must arrange an array with data from this table... Here a part of Json to better explain "data": [ { "DT_RowId": "row_150", "ol": { "id": "150",...
View ArticleHow do I append row data to a generated link
Hi, So I've created a table using server side processing and I need to append data from the book number row to the link in the extra column i've created. So for example, if the books number is 5 for...
View ArticleFetch currently Logged-in user row from Data-table and show
Question: When the particular user logged-in using the Register Number. I want only the particular row to be fetched from all the table and shown in a block/page to the current user. I think using...
View ArticleResponsive, Ajax and Statesave
Hello, Sorry for my English ... To display the data of my Datatable, I use the AJAX, I also use the plugin Responsive, and during the display, this plugin executes 2 times the AJAX request to recover...
View ArticleDatatable Search/Filter code
This "data table" feature is awesome. I want to know the code for Search ** and **filter. Does anyone know. Note: Easy for me to understand if its a ** PHP Code**
View ArticleFixedheader not working with multiple Datatable on single page
Hi , In my project I am using Datatable . Every page have three to four tables and I want fixed header for every table. As only current active or visible table's header will have fixed header I had...
View ArticleAudiot logging for editor.
Hey guys, I need to add some sort of audit logging for create/delete and edit functions on the data-tables editor. Any examples and help would be much appreciated. I'm looking to dump data into an...
View ArticleDatatable with no paging. Why?
I'm working with a set of "metrics" data that to requires dynamic creation of Datatables as the number o "metrics" tend to varies. As I generate the Html code to include the tables, they are shown...
View ArticlePopulating with all contacts & cutomers.
I have a customers & contacts table. Both tables have unique field custID. contacts table have multiple contacts from one company I am trying to get the following result customers.custID |...
View ArticleTinyMCE working with editor inputs
I'm trying to get the TinyMCE plugin to work with the editor inputs. I just read that TinyMCE doesn't work with inputs and only block elements. I keep getting back the following error via my console...
View ArticleHow can I add a second table to a page?
I need to add a second table to a page, and this second table uses different data than the first. I'm attaching my current page. It reads data from a local JSON file. Can anyone explain to me briefly...
View ArticleDatatables print extensión. Block principal view
Hello first of all I want to congratulate you for your work, I have a little doubt. How can I block the main window after sending a print to chrome? I explain. When I use the print button everything...
View ArticleReload all data send id and json
Hello, I try to refresh the table to each click in which a parameter is sent, I honestly do not know how to do that process. The following code does what I need but I'm not sure it's the right one....
View ArticleInitialize a single-column table with a plain array
I'd like to initialize a single-column table with a plain array. Doing the following results in each row having the first letter of each array item (Of course, that's not what I need): var dataArr =...
View ArticleHow to re-render the table after updating a cell so the table understands...
Hi! I am a newbie to DataTables and I encountered with a huge (for me) problem that I just don't get how to solve. Here is my live demo https://codepen.io/Balzzac/pen/mpdGgL with questions in certain...
View ArticleHow to search for values in a table that have a many to one relation with the...
I need to search for values in a table that have a many to one relationship with the main table that is show with datatables. How can I send this search information to the php server side script? I...
View Article