Search
43848 results 20751-20760
Forum
- 19th May 2014Filter-Problem with German "Umlaut" (even with Entity)I sent you the link to the table, where the source has no entities, but the "right" and utf-8-encoded string like "Nürnberger Zeitung", which is displayed in the table, but you can't search for.
- 19th May 2014total count not being displayed correctly while waiting for response when using iDeferLoadingHere is a jsFiddle: http://jsfiddle.net/abell25/3ne2H/3/ I have set iDeferLoading: 6, but the table shows "Showing 1 to 2 of 2 entries". It should say "Showing 1 to 2 of 6 entries" (and it does when using server-side loading).
- 19th May 2014Custom Buttonhave is: $(document).ready(function() { var table = $('#tb_main_tag').DataTable({ "ajax": '/scp/tagdatagrid/', "processing":
- 19th May 2014columns.name & column selector not workingCan you link to a test page showing the issue please? Do you only have two columns in the table? Allan
- 19th May 2014ajax.reload() does not seem to work in my caseIt does if you use var table = $('#example').DataTable(); (i.e. capital D) like in the example, rather than a lowercase d. See: http://datatables.net/faqs/#api Allan
- 19th May 2014Pagination problem in IE-7 and 8to set by default table length? for example: I
- 18th May 2014Highlight the ENTIRE row....was highlighted when the table is first displayed does
- 18th May 2014PHP Class to easily use DataTables 1.10from the main db table - into a "formatter" function?
- 17th May 2014Please help me with filter inputChange: var table = $('.data-table').dataTable({ To var table = $('.data-table').DataTable({ i.e. capital D as the FAQ states. Allan
- 16th May 2014keyboard navigation for 508 compliancewhere data is in table in the dom already