New Additions
-
NsDataGrid:
- Added client-side filtering capabilities, mirroring the functionality available in the server-side version.
- Introduced faceting and autocompletion to enhance client-side usage.
- Added table card view:
- When
enableCard
is set totrue
, users can switch to a card view on small devices. - This feature is enabled by default.
- When
-
NsHeader:
- Added a Slim Header, a compact version of the header for smaller layouts.
-
NsSidebar:
- Introduced the new Sidebar component for improved navigation.
Improved
- NsHeader:
- Resolved the unique key issue occurring in the dropdown menu.