From e014960e97d5405d33f91b80ade030e3cb27e055 Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Fri, 26 Apr 2019 13:10:10 +0530 Subject: [PATCH] feat: Add support for RTL (#64) --- src/datatable.js | 2 +- src/defaults.js | 3 ++- src/style.js | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/datatable.js b/src/datatable.js index 7234860..dc21c79 100644 --- a/src/datatable.js +++ b/src/datatable.js @@ -68,7 +68,7 @@ class DataTable { prepareDom() { this.wrapper.innerHTML = ` -