--- loncom/interface/loncommon.pm 2025/02/26 19:50:21 1.1465 +++ loncom/interface/loncommon.pm 2025/02/26 23:04:40 1.1466 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1465 2025/02/26 19:50:21 raeburn Exp $ +# $Id: loncommon.pm,v 1.1466 2025/02/26 23:04:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -10889,6 +10889,11 @@ sub simple_error_page { return; } + sub set_data_table_count { + my ($count) = @_; + unshift(@row_count,$count); + } + sub start_data_table { my ($add_class,$id) = @_; my $css_class = (join(' ','LC_data_table',$add_class));