json format for DataTables
Hi: deal all, I have a problem about the json format for DataTable. The following is the txt which the DataTables needed: { "data": [ { "name": "Tiger Nixon", "position": "System Architect", "salary":...
View ArticleI want to realize input selected
fields: [ { label:"课件标题", name:"title" },{ label:"课件封面", name:"imgUrl", type:"upload" },{ label:"课件地址", name:"resourceUrl" },{ label:"课件介绍", name:"introDetail" },{ label:"课件分类", name:"resourceType",...
View ArticleButton.html5: Uncaught TypeError: this.processing is not a function
Hi, I try to do dynamically change filename of export file and change other variable. But it seem the new release got problem inside button.html5.js. Can you rectify this thing. Here is the error image...
View ArticleNeuro XR maintenance of a enough
Is Neuro XR maintenance of a enough precis statistics and forgetting at once after Neuro XR play. lengthy-term memory . Neuro XR is characterized through lengthy-term retention of Neuro XR material...
View ArticlePagination Numbers
Hello. I'm nevbie on datatable. For example My table has 500 rows and 25 per page. This mean is 20 pages total. I want to show page numbers such as 1 2 3 4 5.......17 18 19 20 (I dont want to show all...
View ArticleNewbie Q: Populating DT after pageload kills it
Hi, I have this page that loads a DT table when user hits the "Demarer" button. See: http://www.oreillegauche.com/MRKT/MonitorEmailsDT.php This fires js XMLHttpRequest() to a PHP scripts that echoes...
View ArticleParameters in a Sub Select
I am using a Sub Select in a where clause and have it working with static values. ->where( function ( $q ) { $q->where( 'segment_id', '(SELECT map_id FROM maps WHERE ST_DWithin(geog,...
View ArticleExact dropdown match search
Hi Allan, I am trying to make an exact match, but it is not working for me. Could you please give me a hand on this? this is my initComplete code: initComplete: function (oSettings, json) { var col =...
View ArticleThe form will submit,When I choose one file but not submit
fields: [ { label:"课件标题", name:"title" },{ label:"课件封面", name:"imgUrl", type:"upload" },{ label:"课件地址", name:"resourceUrl" } I don't find how parameters the type:"upload" have.I want to realize upload...
View ArticleI want to submit create,but I don't know how to get the whole of form data.I...
I want to submit create,but I don't know how to get the whole of form data. I just can get the one by one input data,that's to trouble,if there are simple way to get from data,please tell me. thank...
View ArticleId for Editor popup
Hi Allan, Can I assign ID for the editor? I need to have 3 column layout in the editor. I have achieved it by assigning it to DTED class. I have page which does not need it. Can we identify the editor...
View ArticleFilter table depending on certain values (including table pagination)
Hi! I have been using datatables for a while and today I'm facing a new problem that I didn't before. Here's the actual state: I have a table of tickets with several rows, more than 150. That rows have...
View ArticleHow to hide custom filter textbox on responsive mode?
Hi, I have below code with custom filter textbox in header, but on responsive mode textbox filters are not disappears, only header title set to display none. Please help!! <link rel="stylesheet"...
View ArticleChained Ajax calls?
To get my data, I need to make a chain of Ajax calls to an API, where the 1st call gets a parameter that needs to be sent in the 2nd call, and where the 2nd call gets a parameter that needs to be sent...
View ArticleHow to use stdclass result with ajax-datasource
Hello. I have a PHP script that returns a stdclass object with the dataset. Can it be used as a data source. And then an example of such use
View Articlecolumn reordering
Hello Folks, Can anyone let me know what additional code I need to add in order to enable the feature of column reordering (changing column sequence) in datatable. I want to allow the user to change...
View ArticleChaining formatters?
I want to 1) trim a field and 2) convert an empty string into a null. So I've written the following code: Field::inst( 'field_name' ) ->setFormatter( function ( $val, $data, $opts ) { return trim(...
View ArticleColumn filter outside the table
is there any example that i can follow to create column filter outside the table? Most of the example that i found shows the column filter at the footer. thanks.
View Articleif there is no data in table . what is the use of previous and next button
if there is no data in table . what is the use of previous and next button
View Articleon cliked sort buttton . page number get changed
on cliked sort buttton . page number get changed
View Article