rho

Results 10 comments of rho

Thank you it was the post form long time ago! will check in mean time!

@regisb can you elaborate the steps to resolve manually by loading the cookie value from csrftoken.

I tried as original datatable [event](https://datatables.net/examples/advanced_init/events_live.html) using querySelectorAll works but when there is the pagination all the event binding is lost. ```js document.querySelectorAll("#mytable tbody tr").forEach( function (e) { e.addEventListener("click", function...

I came up with the hack ```js function onRowClick() { alert('hello') } new simpleDatatables.DataTable("#mytable", { 'columns' : [{ 'select' : 0, 'render' : function(data, cell, row) { row.setAttribute('onclick', 'onRowClick()') return...

this was the jquery equivalent ```js document.addEventListener('click', function (e) { for (let t = e.target; t && t != this; t = t.parentNode) { if (t.matches("#mytable tbody tr")) { alert("hello")...

still having problems, even with wasm-opt disabled

It would have been nice what packages it uses. I tried it, It looks awesome, now I wanna steal the few of configs!

hmm.. didn't knew **zoom-frm** zoom all the buffers, since it didn't work for me. > I'm wondering why it didn't work? Is there a way to have text-scale-adjust work for...

nlinum is depreciate now.

@mcandre its possible with [tabar-ruler](https://github.com/mattfidler/tabbar-ruler.el)