There's nothing built into the table itself so you're going to have to make your own. The two options I would consider are:
- Write a separate query for the sum using the dropdown values in the WHERE clause.
- Create a binding to the table component's data source and use an expression or script to sum the columns of interest.