- Make some methods protected so they can be overidden
- Make some methods protected so they can be overidden
- Use element bounding rectangle instead of offsetLeft to find the drag delta
- Add wawa-header-tr component and add resize column feature to it
- Add callbacks for providing row / inner row templates
- Add bind support in the header template
- Reset moreItems when fetchData function is changed
- Load the templates in the firstUpdated function if they are not loaded yet. Can happen if used within another LitElement
- Update loading after first update
- Do not fetch more items before an update for rendering items is complete
- No longer fetches more items once an empty array is returned
- Fixed refresh issues caused by unique IDs not being unique, and wawa-tr not being properly updated
- No longer loads until exhaustion when the table is removed before the fetch finishes