aio-table 11.1.0 → 11.1.1

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -105,6 +105,7 @@ const AIOTable = (props) => {
105
105
  return sorts;
106
106
  };
107
107
  const sortHook = UT.useSort({
108
+ fa: props.fa,
108
109
  sorts: [],
109
110
  rows: propsRef.current.value,
110
111
  onChangeRows: props.onChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-table",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "all in one table. tree mode , simple mode , tree mode, gantt mode , groupby mode, freeze mode.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",