Search
10076 results 2701-2710
Forum
- 18th May 2018Overlapping sorting iconsCSS for both Datatables default styling and Bootstrap styling.
- 17th May 2018Potential Bug report: DataTables Editor does not decode all HTML entitieslibrary encodes strings by default and requires a bit
- 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