-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Options Buttons Don't Work On 2nd Page Of Table #306
Comments
@criske this is your task now, please go ahead. Deadline (when this ticket should be closed) is Estimation here is Remember, you don't have to solve everything in this ticket - you can solve it partially and leave If you have any questions don't ask me, I'm not a technical person. Open new tickets instead. If you don't have time or simply don't want to work on this, you can always resign. |
@amihaiemil please keep in mind that manual assignment of tickets is a bad practice and it is discouraged. Next time, please let me elect the assignee. |
@amihaiemil yep, I was about to open an issue about this too. I played a bit with datatables to find a way to edit cells (maybe we can use it to update contracts from table directly). Anyway the fix is to register listeners on draw callback. I'll open a pr asap. |
#306 Fixed Options Buttons Don't Work On 2+ Pages Of Table.
@criske thank you for resolving this ticket. I've just added it to your active invoice. You can always check all your invoices and more on the Contributor Dashboard. |
On the Contributor Dashboard page, the Options buttons (Contract Agenda, Mark For Removal) are not working on the second and later pages. This might also be a problem in other tables. As far as I can tell, it's related to the new table loading approach.
The problem is most likely that the event listeners are only appended to the elements visible on the first page of the table.
The text was updated successfully, but these errors were encountered: