Search
23679 results 1751-1760
Forum
- 28th Feb 2017Fixed Columns - weird behavior on IE11That is: Only Fixed Columns scroll vertically when I
- 23rd Feb 2017Columns don't resize on window resize unless scrollX is truein my table, the columns don't resize when the
- 21st Feb 2017Filtering mixing AND and OR into different columnsAND values on different columns. Is it possible to
- 21st Feb 2017Datatable responsive loaded via ajax columns sizes broken after add record.ordering: true, paging: false, columns: args.titles, info: false, responsive:
- 21st Feb 2017checkbox columns in data tablebox for the multiple columns. In this below method
- 14th Feb 2017How to update 2 columns with single post at the same time?`$username = $_POST['username_reg']; $password_reg=$_POST['password_reg']; $password = md5($password_reg); $user_reg_date = date("Y-m-d", time()); $user_insert= $db->prepare("INSERT INTO users (username,password_tr,password,user_reg_date) VALUES (?,?,?,?)"); $insert = $user_insert->execute(array($username,$password_tr,$password,$user_reg_date)); $err = $user_insert->errorInfo(); if (empty($err[2])) { echo 1; } else { echo "Error!"; }` How to update 2 columns with single post at the same time?
- 11th Feb 2017Misaligned rows in Fixed columns when scrolling YI used datatables fixed columns but on load my
- 10th Feb 2017responsive Modal details display is not wotking for large no of columns with horizontal scrollingTable contains more columns accessed by using X-scroller,
- 8th Feb 2017How to set programmatically the "searchable" parameter for columnsthe "searchable" parameter for columns has not beent changed.
- 8th Feb 2017Mutliple Columns For Checkboxes (Editor)them up over multiple columns at a certain length?