Spreadsheet-like formulas on the DOM

前端 未结 6 1393
一个人的身影
一个人的身影 2021-02-13 20:46

I am looking for a way to dynamically bind formulas throughout my DOM.

We have a data intensive app, and currently I write many handlers to try and recalculate and updat

6条回答
  •  萌比男神i
    2021-02-13 21:50

    I just develop plugin that parse formula, using jison parser in its core, currently the formula is still limited to sum, avg, min and max, but will add more function as requested.

    http://xsanisty.com/calx/

提交回复
热议问题