Cannot get responsive to work
I have a table that is being created with the responsive property of true It is adding the dtr-inline class to my table but the table is not breaking on the breakpoints and no matter the screensize,...
View ArticleForce rows to be child rows on table and below breakpoint
I have a responsive table with 9 columns Using the responsivePriority I can set which columns display What I would like is to force the table so that once the viewport is below 992px (so I can set my...
View ArticleDataTable declaration should be made after all other js.
If you have other functions in the DataTable, like buttons for Edit with bootbox, you should add the DataTable after them, because if you have PageLenght and Sorting, the other functions wont work...
View ArticleNeed to use where in select box
Field::inst( 'subjects_d.SubjectID' ) ->options( Options::inst() ->table( 'subjects' ) ->value( 'ID' ) ->label( 'Name' ) ->where( 'Type', 1 ) ) ->validator( 'Validate::dbValues' ),...
View ArticleHow to load dynamic data to grid
Hi, How to bind jqGrid dynamically?. The columns are not available at design time but will only be available only at runtime.The columns are should be from database.Is possible?we can use ajax scripts...
View ArticleHow to show (enable) the show/hide plus at all times.
Hi, (versions: Bootstrap 3, Datatables 1.10.16, responsive 2.2.0, buttons 1.4.2) I'm thinking that this should be easy and I'm simply missing some option. But I can't find it in any of the...
View ArticleFetching data from database but not showing the calculation applied on it?
//i m fetching data from database using php i tested that php file converted data in json format and in this file code i can see the data in alert also but it is not showing data in table with applied...
View ArticleRow Reorder - Send additional data
Hello, I'm working on a table that requires reordering. And the extensions is working ok. But how can I send additional data when reorder event is called. I need it because I have my position column...
View ArticleStoring table-scope property in dataset
Howdy, I have a following dataset structure as example, which is being returned from my custom ajax: { globalFieldA: gfA, globalFieldB: gfB, rowData: [{ row1Name: name1, row1Prop: prop1 }, { row2Name:...
View Article? can't get "Loading..." to stop showing up
I'm using angular datatables, and can't seem to figure out how to prevent the "Loading..." thing from showing up... I've set the language and scroller settings, but it still shows the text....
View ArticleChange Class of Row By Row Number
I want to change the class of a row (to make it bold, for example). I want to select the row by row number. I can't figure this out. Any help would be appreciated.
View ArticleDataTables + ColVis+ Responsive + Export buttons not exporting all the data.
Hi All I don't know if this is a bug or if the export is referencing the wrong data but when you have a DT table set as responsive and some of the columns are hidden because the window is too small to...
View ArticleExporting data with Buttons and Responsive extensions, controlled by Column...
I would like to combine Column visibility with Exporting and Responsiveness. I have a large table with 15 columns. I would like to export only the selected ones. The problem is, some of the selected...
View ArticleButtons in Semantic UI doesn't work
Hi, i'm using Semantic as my themes. But i can't call the buttons method. Is there anything i miss ? Here are my js load sequence : "scripts": [ "../node_modules/jquery/dist/jquery.js",...
View ArticlePass url parameter and action on datatable loaded.
Hi Guys I have the following // get the deal number var url_string = window.location.href; var url = new URL(url_string); var urlDeal = url.searchParams.get("deal"); console.log('dealID = ' + urlDeal);...
View ArticleDataTables and mdbootstrap.com creates bugs
I'm building an admin site for a customer with a lot of data, naturally I'm using datatables since it does exactly what I need. However, since the site uses the Material Design framework from...
View ArticleColvis and Responsive how to export toggle information ?
I'm using Colvis, Responsive with export buttons. It's look like responsive toggled information (child) is considered as not visible column and cause problem when using the export function...
View ArticleSave confirmation
Is it possible to show a "Save confirmation" Dialog before saving the data? I would like to preview the added/changed data and ask the user to confirm that this information is correct. Thx!
View ArticleTable not updating when adding new row / editing row with custom primary key
I'm using Editor 1.6 and Datatables and have a very simple table / source. Using PHP and server side. I have used the Editor::new and specified the primary key (which is not auto-increment, its a...
View ArticleColvis How to add a class to visible column?
How to add a class="" to the visible columns with colvis? I'm looking to edit the colvis code to add a custom class automaticaly Any clue which line of code to edit?
View Article