Search
19113 results 9251-9260
Forum
- 22nd Apr 2014Sorting mixed data types in same columnYou can't force non-numeric data to be numeric :-). If you want to sort such data, you will need to create a little sorting plug-in which does the sort you want. There are examples and documentation here: http://datatables.net/development/sorting http://datatables.net/plug-ins/sorting Allan
- 20th Apr 2014insert 2 tables next to each otherI add a code example: table1 test test 1 table 2 test test 1 how can I create this using a single pagination?
- 18th Apr 2014One table - One Column - One Primary Keyto work well for create, edit and delete. These
- 17th Apr 2014Calculate the value of a field "b" in GetFormatter function of a field "a"That's a belter of a formatter! So I understand correctly, is it this part which isn't working as you expected: $piProductId = $data['productid'] ; ? I'll try to create an example here that reproduces that error can get back to you. Allan
- 17th Apr 2014sButtonText not working when extending editor_createAdd Another'; right button 'Create') and the right button works as expected. It creates a new data row
- 17th Apr 2014Set specific row dataI tried to create the sparkline in initComplete and it only display in the first page http://live.datatables.net/zupifis/8/edit It worked with the drawCallback, but it must recreate the sparkline every time I change the page.
- 14th Apr 2014How to remove apparent newline after div in sDomIt was easier to create my own link then
- 13th Apr 2014sql databasedbpass = 'hidden'; $dbname = 'hidden'; // Create connection $con=mysqli_connect($dbhost,$dbuser,$dbpass,$dbname); $result = mysqli_query($con,"SELECT
- 13th Apr 2014how can i put tools button for non data tables..?You can't use TableTools without DataTables. It is a plug-in specifically designed for DataTables. I'd suggest doing a Google search if you need to create a PDF client side. It is outside the range of this forum. Allan
- 11th Apr 2014Is it possible to use exact match for filteringway of doing it, create a new feature extension that creates an input box which