stephengolub / rxDataTable

A "catch-all" solution for displaying data in a table format in a basic or extremely complex style.
MIT License
15 stars 8 forks source link

"Status Message" functions should be refactored out. #13

Open stephengolub opened 10 years ago

stephengolub commented 10 years ago

I keep having to specify my status updates in the functions that is create the update itself.

It should be external to the function that is updating the table, and should support a generic default update function.

Droogans commented 10 years ago

Addressed in https://github.com/nickburns2006/rxDataTable/pull/17, https://github.com/nickburns2006/rxDataTable/pull/18

Remains open.