Search
10070 results 3021-3030
Forum
- 30th May 2017Server-Side Processing PHP MSSQL POSTI believe is the default of forward. Your code:
- 30th May 2017POST accepts only non-string data, does not populatehave been changed by default. You need to use
- 29th May 2017UTF-8 encoding - impossible decode html table charactersThat would do it if the connection isn't set to be UTF8 by default. Thanks for posting back with your answer! Allan
- 26th May 2017PHP Libraries - $db no longer GLOBALLY available in 1.6.2 ?being set global by default./ I'm now looking at
- 25th May 2017AJAX Search box queries twicethis by removing the default event handler and put
- 24th May 2017Error updated a single row in table - Requested unknown parameter '1' for row 0, column 1You've got data: null, for the first column. You need to do that for the two other columns where you don't define a data point - otherwise DataTables will use its default, which is to use an array index. Allan
- 23rd May 2017Is there a maximum size of a json response?My application is running under the default website. Where is the web.config for the default website?
- 22nd May 2017Change PDF orientation by number of visible columnsPDF is portrait by default. The code below changes
- 22nd May 2017lengthMenu locationlonger than the DataTables default since it makes use
- 21st May 2017Bootstrap style disappeared?Also look out for the fact that the Bootstrap value for dom is relatively long compared to the DataTables styling default. It is documented on the page @tangerine linked to. Allan