You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases that user want to see summary on top of the data table (below the header row and above the first data row).
Another case is that summary row is not visible when there are many rows. User would have to scroll down to see the summary row.
Expected API (期望的 API)
<n-data-table...summary-position="top" .../>
The text was updated successfully, but these errors were encountered:
This function solves the problem (这个功能解决的问题)
There are cases that user want to see summary on top of the data table (below the header row and above the first data row).
Another case is that summary row is not visible when there are many rows. User would have to scroll down to see the summary row.
Expected API (期望的 API)
The text was updated successfully, but these errors were encountered: