Filemanger7.2: file view,filter of datatable 'backspace' is not working.

Hi team,

I have customized the file view datatable in filemanger 7.2 and I added filters to datatble column.

colunm is filtered but ‘backspace’ key is not working?

Can you suggest something to solve this issue? It is important to work backspace key

https://snippet.webix.com/tlfa6fyi

I think some hotkeys are added

Thank you.

Please reply.

Hi @Prarthana

The Backspace is a reserved hotkey for deleting selected elements (as well as Delete). You can see the full list of hotkeys here.

To remove this hotkey from the data grid, you need to apply webix.UIManager.removeHotKey(API reference) to it after init (for consistent behaviour, you may need to apply the same logic to Cards view).
Also, it would be reasonable to remove mentions of this hotkey from the context menu.

Please, check the following example: Code Snippet