v1.0.0-beta.28
Pre-release
Pre-release
What's Changed
- New Loading Overlay in Table Container to indicate loading state that will show when
state.isLoading
orstate.showLoadingOverlay
istrue
- Progress Bars will no longer show when
state.isLoading
is true. Must setstate.showProgressBars
orstate.isSaving
totrue
to show them. - Filtering and Sorting icons in header cell will now highlight in primary color when active
- Fixed page scroll position not being restored when exiting full screen mode
- TypeScript TData generic no longer required and will default to
{}
if not provided
Full Changelog: v1.0.0-beta.26...v1.0.0-beta.28