Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.08k stars 202 forks source link

Move the binding of execution result click events to draw.dt event. Resolves issue #60. #61

Closed aschey closed 4 years ago

aschey commented 5 years ago

Resolves issue #60 This binds the click event in the draw.dt event of the datatable so the click events will be bound on every new page load.

sabw8217 commented 4 years ago

Thanks @aschey looks good to me!