@bexis2/bexis2-core-ui 0.4.17 → 0.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# bexis-core-ui
|
|
2
|
+
## 0.4.18
|
|
3
|
+
- Updates indicator text for current page and possible number of pages in a Table
|
|
4
|
+
- Fixes client-side search on Table
|
|
5
|
+
- Adds "No rows available" text in Table if search or filter returns no rows.
|
|
6
|
+
|
|
2
7
|
## 0.4.17
|
|
3
8
|
- Table
|
|
4
9
|
- Fix client-side search
|