slate-editable-table icon indicating copy to clipboard operation
slate-editable-table copied to clipboard

:pen: An editable table plugin for Slate.js

Results 4 slate-editable-table issues
Sort by recently updated
recently updated
newest added

To perform group operations for **border styles, background colors etc.** We need all selected columns of the selected table

When diagonally selecting the cells, the default selection of text in cells is being avoided. But, when mouse downed in one of those avoided cells, the default selection is coming...

enhancement

I see that `onMouseDown`, the cell is performing `removeSelection` operation which is triggering `onChange` event in the editor. I am thinking of avoiding cursor movement in history. I understand that...

enhancement

### Overview of the problem `cursor: col-resize` is not applied with microsoft edge. ### Description ### Steps to Reproduce 1. hove cell boundary. https://codesandbox.io/s/ll587k677z ### Expected behavior cursor is cahnged...

bug
help wanted