comparison jquery.dataTables.js @ 6:42076db43d42 draft

Fixed auto resizing plus various other minor bugs
author saskia-hiltemann
date Mon, 16 Nov 2015 08:56:22 -0500
parents ac5f9272033b
children
comparison
equal deleted inserted replaced
5:4e21ce709269 6:42076db43d42
7965 * "iDisplayLength": 25, 7965 * "iDisplayLength": 25,
7966 * "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]] 7966 * "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
7967 * } ); 7967 * } );
7968 * } ); 7968 * } );
7969 */ 7969 */
7970 "aLengthMenu": [[10, 100, 1000, -1], [10, 100, 1000, "All"]], 7970 "aLengthMenu": [[10, 25, 50, 100, 250, 500, 1000, -1], [10, 25, 50, 100, 250, 500, 1000, "All"]],
7971 7971
7972 7972
7973 /** 7973 /**
7974 * The aoColumns option in the initialisation parameter allows you to define 7974 * The aoColumns option in the initialisation parameter allows you to define
7975 * details about the way individual columns behave. For a full list of 7975 * details about the way individual columns behave. For a full list of