Skip to content
Snippets Groups Projects

Devel

Merged Eryk Mika requested to merge devel into main
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -30,6 +30,7 @@ export default function TableBody({tableStyles, updateCell, rows, states}) {
@@ -30,6 +30,7 @@ export default function TableBody({tableStyles, updateCell, rows, states}) {
{Array.from({length: 2}).map((_, trIndex) => (
{Array.from({length: 2}).map((_, trIndex) => (
<tr className={"fitb-item-table-row"} style={{
<tr className={"fitb-item-table-row"} style={{
background: (multipleBodyBackground && trIndex === 1) ? bodyBackgroundEven : bodyBackground,
background: (multipleBodyBackground && trIndex === 1) ? bodyBackgroundEven : bodyBackground,
 
borderWidth: "0px",
borderStyle: "solid",
borderStyle: "solid",
borderColor: bodyBorderRowColor,
borderColor: bodyBorderRowColor,
borderTopWidth: bodyBorderRowWidthTop,
borderTopWidth: bodyBorderRowWidthTop,
@@ -39,6 +40,7 @@ export default function TableBody({tableStyles, updateCell, rows, states}) {
@@ -39,6 +40,7 @@ export default function TableBody({tableStyles, updateCell, rows, states}) {
states[index] ?
states[index] ?
<td className={"fitb-item-table-cell"} key={index}
<td className={"fitb-item-table-cell"} key={index}
style={{
style={{
 
borderWidth: "0px",
borderStyle: "solid",
borderStyle: "solid",
borderColor: bodyBorderColumnColor,
borderColor: bodyBorderColumnColor,
borderLeftWidth: bodyBorderColumnWidthLeft,
borderLeftWidth: bodyBorderColumnWidthLeft,
Loading