Search
23545 results 23001-23010
Forum
- 12th Feb 2015Datatable loops over data three timesThank you for the explanation Allan, now I understand why it loops three times when using columns.render. I will ask for a new stored procedure to the DBA to avoid using render.
- 10th Feb 2015[RESOLVED] Datatables server-side problem to pagination (number of page not correct)RESOLVED. The "recordsFiltered" has a value different of "recordsTotal". The "recordsFiltred" is the number of items after globalSearch or columnSearch. If there is no search (globalSearch or columnSearch) , then the value "recordsFiltered" is equal to "recordsTotal". :)
- 2nd Feb 20151.10.4 Columns.data Bugyou should use the columns.render option as it is
- 30th Jan 2015Add linksYou can also use columns.render if you don't want to embed it into the JSON. There is an example on that page. Allan
- 30th Jan 2015render called twiceYes, the columns.render method is called every time DataTables requests data from the data source - this is intentional and desirable. Allan
- 22nd Jan 2015Composing data from AJAX sourceSure - use columns.render. A number of my Editor examples use exactly that (example). Allan
- 13th Jan 2015Datatables and render functionYou make an Ajax call inside the columns.render function? It isn't designed to be suitable for async processing as that will be a serious performance issue. Do you really need Ajax to just build a link? Allan
- 23rd Dec 2014How to customize what will be added to table by Editor?could possibly use the columns.render option to 'render' the
- 15th Dec 2014Table column calculationYes - you would use columns.render. Allan
- 12th Dec 2014AD users and groups and x marks where a user is a memberit should be. Use columns.render. Allan