How do I sort items in the table by date then id?

I would like to be able to sort on the interactive table for example: Donor Expiration Date then By Donor ID number, but it seems like the OOB functions only allow you to do one at a time like date first. Is there a workaround for this?

100001 01/01/2025

100005 01/02/2025

100005 02/15/2025

100005 03/30/2025

100003 01/03/2025

Usually you can sort the Interactive Table with multi level logic:

This sorting is not available, if your data comes from a query. Then you have to apply the sorting in the Query.

However:
This is not possible for the User in Runtime.
There is only one sorting level possible.

What is your use case and where is your data coming from?