diff --git a/index.html b/index.html index e171438..584ecf1 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,10 @@ font-weight: normal; font-size: 12px; } + /* Add a class to the section for full width */ + .full-width { + width: 100%; + } @@ -30,10 +34,13 @@

Frappe DataTable

Dark Theme -
+ + +
+
@@ -180,7 +187,7 @@

Frappe DataTable

console.log('No of Rows:', data.length) const start = performance.now(); - var datatable = new DataTable('section', { + var datatable = new DataTable('.full-width', { checkboxColumn: true, serialNoColumn: true, layout: 'fluid',