LePhenix47 / HRnet-Data-Table_npm-package

This repository hosts a React NPM package intended to replace the jQuery-based counterpart for the 14th project of the JS-React traineeship at OpenClassrooms.com
https://www.npmjs.com/package/@lephenix47/react-datatable
1 stars 0 forks source link

[UNFINISHED] Features to implement #14

Closed LePhenix47 closed 1 year ago

LePhenix47 commented 1 year ago

Features that the jQuery plugin has that need to be added into our React component library:

LePhenix47 commented 1 year ago

Props:

Updates the <EntriesIndex /> text and enables scrolling in the table Makes the sorting and filtering still available

LePhenix47 commented 1 year ago

Other

LePhenix47 commented 1 year ago

I currently have a bug where if there is no data available to display, the table will show the message but also with a "0" on the <tbody> and also on the <thead>

Maybe switch data.length to copiedData.length

LePhenix47 commented 1 year ago

Done!