Search
11457 results 9521-9530
Forum
- 10th Nov 2016Load first 10 data from APIserver do the sorting, filtering and paging - the parameters
- 6th Nov 2016What happened to columnFilter plugin?It was third party and I don't think the author ever updated it for 1.10. YADCF is actively maintained, fully compatible with 1.10 and its author is often in this forum. Its a really good filtering plugin for DataTables. Allan
- 2nd Nov 2016Show XX entries via link instead of dropdowne-mail addresses (with whatever filtering applied) and copy them
- 19th Oct 2016[SOLVED] Loading fastHTML <table class="table table-responsive filter-head" id="contacts-grid"> <thead> <tr> <th>ID</th>
- 10th Oct 2016Extremely slow rendering after upgrading from DataTables 1.9.4 to 1.10.12Alan, If I remove columnFiltering the problem goes away. Are column filters applied differently in 1.10.x?
- 26th Sep 2016Misunderstanding how row().data() relates to drawing the tablebut any sorting and filtering will not be updated
- 29th Aug 2016Expand/Collapse Rows based on GroupingSorry, this is not currently a feature of DataTables. You could probably implement it with custom filtering, but it is not something I have done myself. Allan
- 26th Aug 2016Need help in sorting using Numeric and Dateimplementing paging, sorting and filtering - see the manual. Do
- 26th Aug 2016ScrollY breaks individual column searchingusing yadcf for column filters. All of the multi_select
- 26th Aug 2016Unique Validation ONLY for specific value and NOT whole columnThanks Allan! How should this custom validator look like considering the where loop that filters by the desired value of the user: ->where( function ($z) { if ( $_POST["selectUserID"] ) { $z->where( 'user_id', $_POST["selectUserID"], '=' ); } } )