israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.78k stars 358 forks source link

Adding Button to TabelView #570

Open AlexiJemano opened 2 months ago

AlexiJemano commented 2 months ago

Is your feature request related to a problem? Please describe.

I made a TableView App with different varibles I want to add a button to do a function for example: coldata -"Number" multiply by 2 for example.

Describe the solution you'd like

maxresdefault

Something like this but with ttkbootstap style

Describe alternatives you've considered

An other option is to track what item has user selected and you can create a button so you select an item and you clicka button and a function runs

Additional context

No response