fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

How to get Column sorted info #792

Open teseo24 opened 6 years ago

teseo24 commented 6 years ago

Hi,

I really like footable. I need to retrive or get data of column that is sorting

I use this var sorting = FooTable.get('.footable').use(FooTable.Sorting);

I see obj column

How can I get this column information?

I can get FooTable.get('.footable').use(FooTable.Sorting).allowed but I cant get FooTable.get('.footable').use(FooTable.Sorting).Column

Thanks in advance

Martin