cellbrush
cellbrush copied to clipboard
How can I add table attributes?
I saw in the code that is possible but looks not implemented....
I can do a PR, but, is this project active (or at least the PR will be analysed)?
Hi, see https://github.com/donquixote/cellbrush/pull/7
is this project active
I spend time on projects like this every few months or once a year or so, depending if I have time.
The problem is not the time itself, but how I split my attention. It always takes me some time when I look at a project I have not touched for a while, until my brain is back on track.
And I often hesitate with new features because once a feature is added, I have to backward-support it.
Add any attribute should use same way of functions like AddRowClass(), indeed, it must be replaced by something like AddAttr()
Miss this function is annoying...
Thanks anyway. Great class.