Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@paronne paronne released this 19 Mar 16:15
· 81 commits to master since this release

Foundset List

  • Added firstItemHtml and lastItemHtml properties to FoundSet List to allow for items before and after the items rendered from the foundset
  • FoundSet List now checks for foundset.multiSelect before trying to select more than one record
  • Added tooltipDataProvider and tooltipFunction properties
  • Renderer functions receive index as argument
  • enabled property now also blocks inFirstItemClick and onLastItemClick

Custom List

  • Added tooltipFunction properties
  • Renderer functions receive index and maxIndex as argument if needed