winter icon indicating copy to clipboard operation
winter copied to clipboard

Add support for table-based lists that need sortable behavior.

Open lex0r opened this issue 1 year ago • 3 comments

At the moment only ol > li HTML structure is supported if one needs to implement reordering of sortable items. Having support for tbody > tr structure would came at a minimum cost of changes and is nearly supported by underlying code. I guess I don't need to prove that it's rather typical to sort tabular data and doing so shouldn't require developers to go for a completely new sort implementation on the FE.

lex0r avatar Jan 19 '24 11:01 lex0r

@lex0r can you add a PR to the docs or some usage examples?

LukeTowers avatar Feb 20 '24 17:02 LukeTowers

I like this!

mjauvin avatar Apr 30 '24 02:04 mjauvin

@mjauvin can you provide any additional context to this (i.e. docs or usage examples) or otherwise confirm that this works fine without breaking anything else?

LukeTowers avatar Apr 30 '24 03:04 LukeTowers