LittleBigTable icon indicating copy to clipboard operation
LittleBigTable copied to clipboard

A lightweight interactive AlpineJS html table

Results 5 LittleBigTable issues
Sort by recently updated
recently updated
newest added

In the [complete example](https://littlebigtable.indgy.uk/examples/complete.php), the Search and Show inputs have labels, but they are not programmatically associated with their inputs via `for` and `id` attributes. Right now the markup is...

Adding `scope="row"` or `scope="column` attributes to `` tags help screen readers identify and announce table headers. WebAIM does a great job of explaining everything in their [article about accessible tables](https://webaim.org/techniques/tables/data#headers)....

Hey, first of all, it's a great component. While debugging ,i've noticed, that every sorting fires a network request - which some would consider as suboptimal :) This PR offers...

current lBt in dist is `LittleBigTable.min.js`, examples and docs use `littleBIGtable.min.js`.

Hi @indgy That is a great lib, I am wondering whether the formatter supports inline cell edit, and if yes, is there any example existing? And you mentioned the data...