Search
11430 results 9501-9510
Forum
- 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"], '=' ); } } )
- 25th Aug 2016How do I Refresh a tablehave 2 other drop-down filters and two range filters,
- 24th Aug 2016$.ajax load select option via dependent()serverSide: true, ... } ); Or some filtering when building the select
- 17th Aug 2016The table id is lost when I user the 'scrollX' optionto build some column filters. I have then inserted
- 15th Aug 2016Inline editing with submit button and removeit doesn't meet whatever filtering requirements there are due
- 9th Aug 2016Cannot read property 'Editor' of undefinedIt shows the buttons, filtering and sorting are disabled.
- 5th Aug 2016Excluding a search term...You would need to implement a custom filtering plug-in for this. The built in "smart" filtering won't do that I'm afraid. Allan
- 4th Aug 2016requested unknow parameter '...' for row 0Thanks for the code. As I said above, since you are using server-side processing, your script (caiet-stupina-data.php) is what needs to do the filtering. Does it currently have any code in it to do the filtering? Allan