How to do a join between 2 tables on 3 columns? Can a join use an "AND" ?
Hello, I am trying to do a simple inner join between 2 tables on 3 columns as in this query below: SELECT B.b, B.cn, B.v, A.topic FROM topic A INNER JOIN story B ON A.bn = B.bn AND A.cn = B.cn AND A.vn...
View ArticleRearranging visible columns when clicking on tab when table has 50 columns...
I have one table with 50 columns and showing about 50000 records. When clicking on a certain bootstrap tab I want to make different columns visible. The below works ... but it always takes 2 or 3...
View ArticleCannot read from text file
Hello, Would someone help with this.....I am all tangled up . I tried every possible combinations, read threads, and to no avail.... I have in my javascript file the following code:...
View ArticleIs it possible to attach a bubble editor to a element by using a class?
I've constructed an app in DataTables/Editor that works well, which now needs a feature that allows a certain class of user to see (and edit) a particular data field. I've assigned a class to the...
View ArticleDependent drop down list disappears with IE
When using the editor " Dependent" method , the internet explorer drop-down list disappears. "Dependent" works with all other browsers.
View ArticleHow do I set an existing datatable's data to a javascript array I just fetched?
I have a json on a server that contains data for a number of components including one datatable. When this json get's loaded, I want to set the datatables data and have it draw. I can make it work by...
View ArticleShow child row in a modal with AJAX data
Is there an example of opening a modal that uses AJAX to pull additional child row data? I've tried two approaches: 1) The Responsive extension with the modal display...
View ArticleBubble editing problem
I've enabled bubble-editing for the first column only in a DataTable that is otherwise working fine. It appears that the width I've styled for the column in the DataTable is affecting the...
View ArticleSequencing of PHP Editor Events
I seeme to be having a problem with the sequencing of PHP editing events, which I will describe here: I have a database of trouble tickets which have a status field, indicating whether a ticket is...
View ArticleSaving HTML in Editor gives 'potentially dangerous Request.Form value'
I'm trying to save HTML in an Editor field. Only admins have access to this page, so there's no XSS issue. I get an ASP.NET error - 'A potentially dangerous Request.Form value was detected from the...
View ArticleTrouble consistently loading multiple instances of datatables
I'm using Datatables to show anywhere from 8 to 16 small tables on the same page: http://ghsfha.org/w/Special:SeasonHome?view=development&season=1985&org=GHSA&class=AAAA More often than not...
View ArticleSearch Box and Page Length not Aligned
How to aligned Search Box and Page Length ? I'm using bootstrap style and this dom "dom": '<lf>'+ '<t>'+ "<'row'<'col-sm-4'i><'col-sm-8'p>>", Try these also not working...
View ArticleHiding pagination when the table only has a single page when filtering
Is there a way to hide the pagination controls when there is only one page that display after you filter the table with and filtering, like text search, column filter and page length?
View ArticleDataTables (1.10.16) export to pdf tool bar button is not working in IE 11...
The export to pdf button in datatable is not working for me in IE 11 running in IE 10 mode. If I run in Edge mode using developer tools, it works fine. I am using Buttons plugin 1.4.2. My setup info is...
View ArticleView A Single Record
I suspect the answer to this is 'no' having read what I can found on the forum but I thought I would ask anyway. I am creating a JSON data source which is accessed using the server side method as per...
View ArticleRender shows data for first cell encountered on all other cells
Using server-side. I have a simple datatable where I check to see if some notes were entered in a field. If the field is not null, I want to display a warning icon that when clicked opens a modal with...
View Articlei18n for "colvis" button "column visibility"
I have this buttons configuration buttons = [ {extend: 'colvis', name: 'colvis'} ... ] I need to replace the string "column visibility" with a different string. How can I configure it?
View ArticleSearch Box Filtering / Column Rendering Question
I have a column renderer set up. The data for the column is a sha256 hash. I'm truncating the hash via the render callback for that column. When the page loads, the render works as anticipated. * When...
View ArticleEditor date field
Hi, I have a date field in an editor form and do not want to use a datepicker because this is historical information and many of the dates are older. So I do not have the field set as a type of date. I...
View ArticleInline editor field validation, want to keep focusing the field
I am using inline editing and want keep focusing the text field if validation is false. i have tried preSubmit, preBlur and perClose event. perBlur does not fires perSubmit only fires when value is...
View Article