We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I wanna know how to get the row and column of a saved cell. I saw "datatable.update" event but it did carry any arguments in callback funtion.
In source code, I saw editable.save.cell which exactly did the job. But it's not exposed in document.
editable.save.cell
So I want to clarify:
If the answer is 2, I created a PR to improve the docs: #388
The text was updated successfully, but these errors were encountered:
fiduswriter#387 describe "editable" events in document and demos
9fcb069
Merge pull request #388 from lawrenceching/main_editable_events
1953aef
#387 describe "editable" events in document and demos
No branches or pull requests
Hi,
I wanna know how to get the row and column of a saved cell.
I saw "datatable.update" event but it did carry any arguments in callback funtion.
In source code, I saw
editable.save.cell
which exactly did the job.But it's not exposed in document.
So I want to clarify:
editable.save.cell
not supposed to be used by user?If the answer is 2, I created a PR to improve the docs:
#388
The text was updated successfully, but these errors were encountered: