Ninja Tables Sl No Add css
table {
counter-reset: my-counter;
}
tbody .auto-number::before {
counter-increment: my-counter;
content: counter(my-counter);
}
Ninja Tables Sl No Add css
table {
counter-reset: my-counter;
}
tbody .auto-number::before {
counter-increment: my-counter;
content: counter(my-counter);
}
WhatsApp us