Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

Render the dataframe using `py-tabulator` #57

Open Rebekah-Chuang opened 8 months ago

Rebekah-Chuang commented 8 months ago

GitHub Repo Documentation

Rebekah-Chuang commented 8 months ago

Since py-tabulator does not support accessibility, will keep using render.DataGrid() in shiny before great-tables update their interactive features(including filters and pagination). Already created an issue on great-tables repo