Hi JQWidgets support,
Good evening!
Description:
In a grid, I have a column in which sorting is applied. All working fine. But i need this.
Example:
Emp No. Emp Name DOJ
——- ——— ——–
1 Roser 20/5/2013
2 Mok
3 Tom 11/3/2015
4 Jojo 6/3/2013
5 Tim 10/3/2015
Asc and desc on DOJ works fine. But I need result should not consider NULL or blank values, these should always at the bottom.
Like this: In case of Ascending order.
Emp No. Emp Name DOJ
——- ——— ——–
4 Jojo 6/3/2013
1 Roser 20/5/2013
5 Tim 10/3/2015
3 Tom 11/3/2015
2 Mok
Like this: In case of descending order.
Emp No. Emp Name DOJ
——- ——— ——–
3 Tom 11/3/2015
5 Tim 10/3/2015
1 Roser 20/5/2013
4 Jojo 6/3/2013
2 Mok
Please help, it urgent.
Thank you!
Ajit