edittable
edittable copied to clipboard
Plugin to provide a custom editor for tables in DokuWiki
### Issue Description Dokuwiki Release 2024-02-06a "Kaos" If the edittable plugin is active and the tablelayout plugin is active at the same time, then tablelayout only works correctly if the...
Fixed the issue (https://github.com/cosmocode/edittable/issues/208) with a reversed (up down) scrolling direction when the mouse wheel is used. This is done by backporting the change: https://github.com/handsontable/handsontable/commit/378ab1f9c56d421ae8d541948fa6db99a9880bcb in the bundled "handsontable" JavaScript...
Horizontal scrollbar automatically appears at bottom of table, but have to scroll down to bottom of page in order to move it over. Very disjointed way of getting information from...
Using WRAP you can create a list in a table field: ``` | * item | ``` After editing with edittable, the line breaks within the WRAP tag are deleted.
Is it possible to turn off edittable for a specific table? I've got a table that is being filled via bureaucracy and pagemod plugin, my users break that by using...
I create a lot of tables pro-grammatically via PHP. For these tables, it would be nice to disable since clicking on the tab obviously doesn't work. Maybe a **noedittable** tag...
I have the following feature request: As a user, I would like to edit rather long tables (i.e. many rows), with keeping an eye on the column titles, so I...
Hi :) I just started using this plugin and I experience a few hiccups. NOTE: I modified the default template style settings in order to have a black background and...
Hi, I use Bootstrap3 Template theme on dokuwiki. I love edittable features but when I install it, tables CSS from themes are overrided and it causes some issues (for examples...
I am using the Bootstrap3 theme, when I use one of the other themes and I go and click the edit table, it seems to be white text on white...