You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[minor] implemented mutation observer for tabelle-cljs to update the search
index when rows are added, deleted, or updated. Listening to row deletion is
limited by the List.js implementation which means that the component will only
recognize that the rows was deleted if the filter is set such that the row is
currently visible in the table.
[patch] fixed bug with tabelle-search and tabelle-cljs so that search
string including . returns the correct search results
[patch] fixed bug with sorting and filtering columns with colspan on tds