What problem does this feature solve?
table component render tree data support lazy load
What does the proposed API look like?
<a-table :columns="columns" :data-source="data" lazy :load=()=>{load more function.....} />
tree data in table can lazy load