Skip to content

Releases: mendix/list-view-controls

App store release v1.2.0

11 May 22:11
Compare
Choose a tag to compare

The pagination widget has now an option to let the user change the list size at runtime

App store release v1.1.2

22 Mar 12:47
0333f9c
Compare
Choose a tag to compare
  • Paging buttons will show when initial are hidden and new items are added to the list. (Fix GitHub issue #9)
  • Sorting drop down will persist the selection when moving to the next page (Fix support Ticket #62394)

App store release v1.1.1

13 Mar 08:23
d4bf075
Compare
Choose a tag to compare
  • Fix widget preview rendering on first time usage in the web modeler

App store release v1.2.0

16 Feb 11:15
eddfc0d
Compare
Choose a tag to compare
  • Add header sort widget. This enables developers to create table like structures with a list view component with headers that allows end users to sort at runtime by clicking on the header.
  • Add OR grouping in checkbox filter. Checkboxes can now be logically grouped. The filtered results in the list view will show all items that matching qualifications. For example, $Prio = “High” OR $Pio = “Medium” (GitHub issue #3)
  • Support mobile offline! The list view controls widgets can be used in offline apps, though XPath cannot be used

Fixes:

  • Searching data with empty attributes. Input Search when empty will no longer search for empty string in the database. (GitHub issue #6)
  • Support multiple reference [%CurrentObject%] in a XPath constraint
  • Documentation page is now visible in the appstore

App store release v1.0.2

25 Jan 14:21
Compare
Choose a tag to compare

Fix IE bug, pagination go back was showing empty content in list view

App store release v1.0.1

19 Jan 12:07
e63f197
Compare
Choose a tag to compare

Various ui fixes and improved widget configuration

App store release v1.0.0

23 Nov 16:43
c749c75
Compare
Choose a tag to compare

Initial release list view controls

  • Text box search
  • Drop down sort
  • Drop down filter
  • Checkbox filter
  • Pagination