I'm creating a wxpython app that has a bunch of data that will be displayed in a grid. I'd like to be able to click on any column header and sort by that column. What's the best way to do this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There's an excellent example of grid sorting in the wxPython Grid_MegaExample demo.