Hi,
Thank you for reaching out.
It is possible to display discount table for bulk and bundle set rules.
To know more about discount table:
https://docs.flycart.org/en/articles/4230405-all-about-discount-table-2-0
Also, we have events to load the discount table manually through code.
You can use the below code snippet to manually load the discount table where you want to display :
https://gist.github.com/AshlinRejo/c5bafb1c44f5aa6662452d3eace5ce90
Hope this helps!
For further customizations of table color/border/background by adding CSS for this class
For table: .wdr_bulk_table_msg
For table head: thead.wdr_bulk_table_thead
Thanks
Team Flycart