punx120
Results
1
comments of
punx120
Ended up doing something a bit ugly: ```javascript tf.emitter.on(['initialized'], parseRows); tf.emitter.on(['column-sorted'], (tf, sc, desc) => parseRows(tf)); tf.init(); // var stylesheet = tf.getStylesheet('default'); // stylesheet.href = tf.themesPath + 'transparent/transparent.css' function parseRows(tf)...