DataTables warning (table id = 'tblRoles'): Requested unknown parameter '0'...
Hi, I am getting below error while using datatable, DataTables warning (table id = 'tblRoles'): Requested unknown parameter '0' from the data source for row 0 By code is below, In aspx page, <%@...
View Articlehyperlink to website stored in 1 column
i have made a table of 10 columns in which 1 column displays website addresses. What i need is that when one clicks on those websites, it should be redirected to that website.Can you please help me on...
View ArticleIf you have an error 'Uncaught TypeError: Cannot read property 'nTr' of ...',...
I ran into this problem and traced it back to the stateSave and Load callback. The save posts form entries to a php backend. This backend stores it and the load callback retrieves it, but turns it into...
View Article(HTML5 export buttons) "Input fields" not export?
Hello, everyone ? https://datatables.net/extensions/buttons/examples/html5/simple.html I implemented it using the link above. "Input fields" not export? I've debugged Chrome...
View ArticleIssues with moment.js and localization
Hi Allan, I am using moment.js to format dates. I have included the MomentJS-2.13.0 Javascript. In addition I am using two locales: <!-- Locales for moment.js--> <script...
View ArticleProblem with Select2 and inline editing - possible bug?
Hi, I've a problem with the Select2 plugin and inline editing. If I click the cell it shows the Select2 box with the search box focused as expected. However, if I click on the search box (or on any...
View Articlev1.6 .NET compilation issues
While upgrading my app from 1.5.6 to 1.6.0, I ran into some thorny compile-time bugs in the new DataTables .NET code. I fixed them, but would like to know whether others are seeing the same issue, or...
View ArticleSplitting MySql DATETIME type into spearate date and time
My MySql database has a DATETIME column. I need to display it in both the table list and in the bubble as separate date and time fields and in the case of new/update in the bubble, store them into the...
View ArticleHow to build a dropdown like a date selector
I have a field in the bubble that I need to provide a drop down similar to the date picker. Assuming that the proposed drop down is in HTML and the javacsript/jquery code is available, how do I: detect...
View ArticleDisplay a large text field in the bubble as a scrollable container
I have a large text field in my database. I don't display it in the list but I do display it in the bubble and, of course, the bubble is unusable. What I would like to do is either display it in the...
View ArticleEditor purchase - Usage questrion
Upon purchase of the Editor, can I use it on two development machines. I have a desktop I use when home and a laptop I travel with. I keep them in sync with Git. Can I install and activate Editor on...
View ArticleIndividual Column Searching for Multiple values
Is there a way to use the Text Inputs to search for multiple values? For example, I have a table that has a State column. Is there a way to do a search for both AL and AZ? Like typing "AL ,AZ" or "AL ;...
View ArticleStyling Datatables with CSS - " content: '' "
Dear Datatables community, I would like to style my data tables as follows: @media screen and (max-width: 480px) { #sample_1_previous a { content: "<"; } #sample_1_next a { content: ">"; } }...
View ArticleError in finding dates on Server Side
Hello, When using Server Side, it does not look for dates in different formats with shortened months. I leave a couple of screenshots, and the url. What would be the way to solve this small error?...
View ArticleCan't work out how to stop user being able to change the initial load order
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...
View Articledatatables with details control : how to show details after refresh
Hello, I use datatables with details-control. But, I would like to know how I can keep my selection. For exemple : I have 4 lines LINE A LINE B DETAILS LINE B LINE C LINE D DETAILS LINE D And all the 5...
View ArticleKeyTable bootstrap stylesheet buggy in IE
The Bootstrap theme for KeyTable uses outline-offset which is not supported in IE11. https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap/blob/master/css/keyTable.bootstrap.css
View ArticleLanguage, "decimal point is comma" not working
Hi Allan, I am using this in the table default settings: //Data tables language settings if (lang === 'de') { showAllLabel = 'Alles anzeigen'; $.extend( true, $.fn.dataTable.defaults, { "language": {...
View ArticleUpdate Search after table data change
Hello! I use data tables for dynamic tables that are edited by users. Typically I return search data to hidden <td>'s. After the users edits the table I use ".html()" on the hidden TD's to update...
View ArticleFatal error call to a member function insertid ...
Same/similar error as reported here, but without using any joins: https://datatables.net/forums/discussion/39387/fatal-error-call-to-a-member-function-insertid-on-null. Full error: PHP Fatal error:...
View Article