Triggering a Sort Event on Column
Triggering a Sort Event on Column
Hello,
I am using a grouping of rows plugin which requires data in the column to be sorted first.
Is there any way i can trigger a sort event on a particular column ?
Like: ('#tableId').sort(ColumnNumber) OR
('#tableId').trigger('sort' , ColumnNumber)
I can't seem to find way of doing this at this moment.
Your help will be greatly appreciated.
Thanks
Vijyendra
I am using a grouping of rows plugin which requires data in the column to be sorted first.
Is there any way i can trigger a sort event on a particular column ?
Like: ('#tableId').sort(ColumnNumber) OR
('#tableId').trigger('sort' , ColumnNumber)
I can't seem to find way of doing this at this moment.
Your help will be greatly appreciated.
Thanks
Vijyendra
This discussion has been closed.