Search
11152 results 2901-2910
Forum
- 30th Jan 2017Problems with Bubble EditorSort of. The issue is
- 30th Jan 2017Order byThe other option would be to use the rendering function to make use of DataTables' orthogonal data: render: function ( data, type, row ) { if ( type === 'type' || type === 'sort' ) { return row.stock_number; } return row.stock_code+ +row.stock_number; } Allan
- 26th Jan 2017Multi-column ordering and reloadyou do a multi sort in firefox with the
- 25th Jan 2017Column searching on Topit works, but if you have sortable columns, the dropdown will sort the columns instead of open the options
- 25th Jan 2017Multi filtering system problemThat worked allan. I recalled that the unique and sort would work out the cache but thank you!
- 23rd Jan 2017Semantic UI in GeneratorYes. There are a few other things to sort out first (getting the Semantic UI integration onto the CDN properly), but that is planned in the near future. I just don't have a date for it yet. Allan
- 17th Jan 2017Add 2nd line to row - similar to .child()aria": { "sortAscending": ": activate to sort column ascending", "sortDescending": ": activate
- 16th Jan 2017button pdf, printrow){ return data.lastname + ' ' + data.firstname; }, sort: "data.lastname" }, { data: "gender", width:
- 16th Jan 2017Toggle Custom Button's ClassPerhaps the buttons().enable() and buttons().disable() methods might do what you are looking for? They are designed for exactly this sort of thing. Allan
- 16th Jan 2017Multi-column ordering with "asc" and "desc"support the ability to sort columns in different directions.