Search
23531 results 13591-13600
Forum
- 8th Mar 2021Server side date-range filteringvisible": false, "searchable": false }], "columns": [ { "data": "id", "name": "Id",
- 8th Mar 2021.NET Web API not receiving parameters from datatablestrue, "order": [[0, 'asc']], "columns": columnsConfig.default, "ajax": { "url": "/api/getData",
- 8th Mar 2021Need help to change ssp.class.php for datatabledatatables_demo'; $primaryKey = 'id'; $changer=0; $columns = array( array( 'db' => 'id',
- 8th Mar 2021sorting with column namethan d.order[1]['col_name']='col1name' return json.stringify(d); } "columns": [ { "data": "bar" }, { "data": "baz"
- 7th Mar 2021issues tabledit with datatablesautoWidth": true, "data": data.appSeekers, "columns": [ { "data": "ssn"}, { "mdata":null, "mRender":
- 7th Mar 2021Add colunms filter to an existing server-side DataTablesDatabase connexion[...] $requestData= $_REQUEST; $columns = array( 0 =>'dt', 1
- 6th Mar 2021Forcing responsive result/view on full screenwith a lot of columns. Even on a full
- 6th Mar 2021Sort Col Highlight Conflicting with Selected Row Highlighta 'normal' DT... 5 columns by multiple rows. Columns
- 5th Mar 2021Error with edit button after add a whereconditionpageLength: 20, dom : 'BPirt', columns: [ {targets: 0, data: null,
- 5th Mar 2021ssp.class and aes_decrypt()Hello everyone, Some columns from my database are encrypted with hex(AES_ENCRYPT('field','$key')). I use SSP::complex( $_POST, $sql_details, $table, $primaryKey, $columns, null, $filter ) How can I use SSP::complex in order to get aes_decrypt(unhex('field'), $key) for some columns from $columns ? Thanks a lot