Search
10142 results 2761-2770
Forum
- 16th May 2018inline editing for add/edit +ajaxHi @sarath_surisetty , Yep, that's the expected behaviour - by default, it won't submit if you click away. If you want to submit on a blur, you need to specify onBlur: 'submit' as in the example here. Cheers, Colin
- 15th May 2018pageResize Plugin as a Modulelib/dataTables.pageResize.min'; import 'datatables.net-bs4/css/dataTables.bootstrap4.css'; export default function(container, state) { let template
- 15th May 2018Ajax callback dataSrc confusionuser supplied ajaxXHR or default to jQuery's $.ajax ... // Instead
- 15th May 2018server side example@allan just a question !!! i can edit ssp.class.php or no ? it's default
- 14th May 2018Make my tables headers (th) not clickable. (sort-able)You can use columns.orderable to disable the users ability to order the table. The following will disable this capability for all columns: "columnDefs": [ { "orderable": false, "targets": "_all" } ] But your default ordering will take place. Kevin
- 14th May 2018Highlight Cell on clickhttps://wrapbootstrap.com/theme/smartadmin-responsive-webapp-WB0573SK0 Template and by default due to some css
- 14th May 2018DataTables Editor: Select2 Plugin - ?initialValue:true&value=%22%22 should not be sent for a create.course you have a default value defined, in which
- 14th May 2018Inline Editor does not work and the Insert, Edit, Delete buttons are not displayed.primary key. Editor will default to the current date
- 11th May 2018serverSide and paging problemHi Colin, I am currently using the default PHP library provided here. Do I have to create a custom PHP script as shown in the example you have linked to? Regards, marwi
- 11th May 2018Multilingual Issue in PDFSee the pdfmake documentation on the topic of custom fonts. My guess (hard to say without being able to see the page) is that the default pdfmake font doesn't include those characters. Allan