Search
9310 results 4351-4360
Forum
- 5th Sep 2016extra headline in modalTwo options: Listen for the open
- 5th Sep 2016different address by AJAX url in editors for CRUD ......The ajax option can have create, edit and remove specific options, including different URLs. See the ajax documentation for details. Allan
- 5th Sep 2016Selectize list searchable by label not valueWhat does {{=asis(holders)}} resolve to be? You may need to set the valueField and labelField options in the selectize configuration. See the Selectize documentation. Allan
- 5th Sep 2016Ajax over symbolic linkservers probably have similar options. Allan
- 5th Sep 2016Adding "WHERE" query without ssp.For general PHP help you would be better porting on StackOverflow or a PHP specific forum I'm afraid. I'd be happy to take look under the DataTables support options, but generally thirdparty code is not something I would support. Allan
- 2nd Sep 2016Data tables with MSSQLwith your database connection options */ $sql_details = array( "type" => "Sqlserver",
- 2nd Sep 2016How to add a title line in the form ?There are a couple of options: Use CSS - i.e. add a border to the fields Use a plug-in such as this one Allan
- 1st Sep 2016add select2 in all cells of a given column : how can I initialize them ?using DataTables' own ajax options to load the data
- 1st Sep 2016Counting values available in another tableuse the orthogonal data options to use the foreign
- 1st Sep 2016mysqlYou need to format the data into JSON and then use DataTables Ajax options to load the data. Allan