Yu Wang
Yu Wang
> Thanks for the link_to on the Button (sorry I missed that update). Really useful. And obviously I understand the issue to support Antd.Space so no sweat on that. I...
Seemingly your fwlist_layout module did some initialization work when importing(this is quite uncommon in Python packages though). Try not to import it in the app.py directly. Aside from blueprints (which...
by the way, I'm considering adding some universal mechanism, to make simple projects simpler.
> Could you please modify the '.raw-html' section of the src/global.less file to help render tables in a much nicer way than default HTML. The modified .raw-html CSS is as...
The scroll X thing is an Ant Design feature. Ant Design added lots of stuff to the table, so it's not wise for me to tamper with it on my...
Ant Design has to take multiple screen sizes and responsive adaptation in mind, hence there are many arrangements. So for now, scroll_x (the size of the container on the x-axis...