next-helios-fe 1.8.147 → 1.8.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/table/index.tsx +1 -1
package/package.json
CHANGED
@@ -1164,7 +1164,7 @@ export const Table: TableComponentProps = ({
|
|
1164
1164
|
{filteredData &&
|
1165
1165
|
(dynamicTable?.setValue?.totalData ?? filteredData?.length) !==
|
1166
1166
|
0 && (
|
1167
|
-
<span className="hidden text-sm text-disabled lg:block">{`Showing ${
|
1167
|
+
<span className="hidden text-sm text-center text-disabled lg:block">{`Showing ${
|
1168
1168
|
(page - 1) * maxRow + 1
|
1169
1169
|
} to ${
|
1170
1170
|
page * maxRow >
|