Enhance 'Active' column in M3UTable: set minimum size, add sorting function, and align text to the left.

This commit is contained in:
SergeantPanda 2025-05-05 09:25:05 -05:00
parent 3a68a66e70
commit 77d837eb7d

View file

@ -428,6 +428,11 @@ const M3UTable = () => {
header: 'Active',
accessorKey: 'is_active',
size: 80,
minSize: 60,
sortingFn: 'basic',
mantineTableBodyCellProps: {
align: 'left',
},
Cell: ({ cell, row }) => {
return (
<Box sx={{ display: 'flex', justifyContent: 'center' }}>