Topic: Table Editor scrollX config
gkennedy free asked 5 years ago
*_Expected behavior_* Hi there, I'm using the Table Editor and everything works ok until I configure it with
scrollX:$('#example').dataTable( { "scrollX": true} );
After that, I'm not able to select a row in order to edit it.Thank you for your help
Actual behavior Here is my config file:
$('#dtArea').dataTable({ "scrollX": true, }); $('#dtArea').mdbEditor();$('.dataTables_length').addClass('bs-select'); $(document).ready(function () { $('.mdb-select').materialSelect();});
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.6.0
- Device: MacBook Pro (15-inch, 2017)
- Browser: google Chrome V 73.0.3683.86
- OS: macOS Mojave Version 10.14.4
- Provided sample code: No
- Provided link: No
Piotr Glejzer staff commented 5 years ago
which editor of table editor do you use?
gkennedy free commented 5 years ago
Do you mean this? scrollX:$('#dtArea').dataTable( { "scrollX": true} ); I’m using Table Editor Plugin
Piotr Glejzer staff commented 5 years ago
yea I know that but which editor: modal, row, content editable or bubble editor.
gkennedy free commented 5 years ago
Oh sorry, I’m using modal
Piotr Glejzer staff commented 5 years ago
I think we already fixed this bug about that 2 months ago. Did you use the latest version of table editor?
gkennedy free commented 5 years ago
thank you very much let me try the last version
Piotr Glejzer staff commented 5 years ago
let me know if you will have more problems