| @@ -2006,6 +2006,21 @@ const DemoComponent6 = () => { | |||
| </td> | |||
| </tr> | |||
| </tbody> | |||
| <tfoot> | |||
| <tr> | |||
| <td></td> | |||
| <td></td> | |||
| <td><strong>Average</strong></td> | |||
| <td><div className="clearfix"> | |||
| <div className="float-left"> | |||
| <strong>54%</strong> | |||
| </div> | |||
| </div> | |||
| <CProgress className="progress-xs" color="success" value="54" /></td> | |||
| <td></td> | |||
| <td></td> | |||
| </tr> | |||
| </tfoot> | |||
| </table> | |||
| </div> | |||
| </CCardBody> | |||