Skip to content

1.5.3

Compare
Choose a tag to compare
@tsalb tsalb released this 22 Feb 04:56
· 61 commits to master since this release
ca592fb

Updated installation links here

Changed Components

  • soqlDatatable and collectionDatatable have a new showSearch (Show Search) public design prop which shows Global (Fuse Fuzzy) Search.
    • See wiki for more details.
  • datatable contains the actual search input, but specific implementations need to expose it via showSearch = true.

Considerations

  • If you plan on using global search with inline edit for picklist/lookup, please enable the Allow Overflow (EXPERIMENTAL).
    • Because search results can return only a few rows, the dropdown for both picklist/lookup will get cut off.
    • The downside of this experimental feature (to allow dropdown overflow) is it removes the ability for vertical/horizontal scrolling.
  • When inline edit saves, global search is undone (search parameters cleared).
    • Post MVP for global search, I may take a look at "holding" the search value and applying it to the table during a refresh from server.

Housekeeping

  • Add some recipes to prettier ignore.
  • Cleanup readme images (since things are in wiki now).

Appendix