Mksoft priority asked 11 months ago


Hello Guys , I am new to MDB so I would like to ask a few question please ,

  1. Is there an option for the DataTable Grid to work with keyboard only , so I may have the
    line selected and move up/down with arrow ? If yes please share some example please.

  2. Regarding WYSIWYG Editor , Is it support RTL ? What is the benefit of it compare to TinyMce ?

Best Regards , Koby Peleg Hen


Jaimiejourney free commented 9 months ago

Hello,

Yes, the DataTable Grid does have keyboard navigation options. You can use the arrow keys to move up and down the rows. Here's an example of how you can achieve this using the DataTables library:$(document).ready(function() { $('#myTable').DataTable({ keys: true // Enable keyboard navigation });});Regarding the WYSIWYG editor, many popular editors like CKEditor and TinyMCE do support RTL languages. The benefit of using WYSIWYG editor is that it provides a user friendly interface for creating and editing rich content without requiring knowledge of HTML. Compared to TinyMCE, other editors may offer different features, customization options, or ease of integration, so it's important to evaluate your specific requirements when choosing an editor.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: MDB5 6.1.0
  • Device: Desktop
  • Browser: chrome
  • OS: macos
  • Provided sample code: No
  • Provided link: No