Auto select header
-
What about “auto select” ?
For example, add this after “Import” button:
<script type="text/javascript"> jQuery(document).ready(function(e) { jQuery("#display_area > table label").each(function(index, element) { jQuery(element).parents("tr").find("select").val(jQuery(element).text()).change(); }); }); </script>
Could you implement it in next version?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Auto select header’ is closed to new replies.