feat(data-table): enhance mobile card view handling and improve layout logic

This commit is contained in:
CaIon
2026-06-19 19:58:20 +08:00
parent 50b8f2a272
commit 4206d7fd58
3 changed files with 63 additions and 41 deletions
@@ -361,7 +361,6 @@ export function ChannelsTable() {
viewModeStorageKey={CHANNELS_VIEW_MODE_STORAGE_KEY}
renderCard={(row) => <ChannelCard row={row} />}
cardGridClassName='grid grid-cols-1 gap-3 sm:gap-4 lg:grid-cols-2 2xl:grid-cols-3'
mobileCardView
applyHeaderSize
toolbarProps={{
searchPlaceholder: t('Filter by name, ID, or key...'),