Search
11152 results 2611-2620
Forum
- 25th May 2018How to prevent the page jumping to top when sortingand then click on sort, the page itself goes
- 24th May 2018Add columns.type num-fmt custom order infoAs for the sorting I figured it out as you said (thanks!), I'll post it here for reference : { "targets": 0, "render": function ( data, type, row, meta ) { console.log(data.split('%')[0]); return type === 'sort' ? data.split('/')[0] : data; } }
- 24th May 2018Editor (without server-side) and multiple DropdownsNo. If you need to vary the options by row you would need to use the update() method of the select field type. The dependent() method is particularly useful for that sort of thing. Thanks, Allan
- 23rd May 2018Uncaught TypeError: Cannot read property 'column' of undefined4) Other test Just sort records and delete records
- 23rd May 2018Responsive buttons show when all columns are visiblewhich should address this sort of thing. Also, are
- 22nd May 2018Filtering and sorting not workingperpage": -1, "total": 6, "sort": "asc", "field": "id" }, "data":
- 22nd May 2018Remove default sorting of first columnYep. as @islamelshobokshy , order is the way to go, look at the first example on that page, it'll sort you out. Cheers, Colin
- 21st May 2018set page length and turn off paginationlines and the default sort will be sufficient). To
- 21st May 2018Header issue with scrollX and Fixed Columns.@allan you're a life saver. I was able to go into the CSS and remove it, and that worked (kinda). New problem encountered now I'm trying to solve is a header text overlap of some sort.
- 21st May 2018Sorting not working on numerical values with server-side processingdatabase, the database will sort them as strings. That