UNPKG
sx-ng-aggrid
Version:
latest (2.6.14)
2.6.14
2.6.13
2.6.12
2.6.11
2.6.10
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Angular Grid Table(ag-grid) Componet
github.com/simplinx-ltd/sx-ng-aggrid
simplinx-ltd/sx-ng-aggrid
sx-ng-aggrid
/
src
/
app
/
modules
/
grid
/
grid-sequelize-sort.d.ts
6 lines
(5 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ISortModel
{
colId
:
string
;
sort
:
string
; }
export
declare
function
gridSortFormatter
(
initialSortModel
:
ISortModel
[],
gridSortModel
:
ISortModel
[]
):
string
;