From 13946202d9e0a3d6fbe47e7f0da5d02f1337490c Mon Sep 17 00:00:00 2001 From: Serik Date: Thu, 4 Jul 2024 00:41:02 +0500 Subject: [PATCH] readme updated --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c17dbff..9b463b9 100644 --- a/readme.md +++ b/readme.md @@ -95,5 +95,6 @@ customElements.define("movie-list", MovieList); In this example: -tableConfig defines the columns with optional formatter and render functions. -data contains the rows of the table. +- **tableConfig** defines the columns with optional **formatter** and **render** functions. + +- **data** contains the rows of the table.