lightswitch05 / table-to-json

Serializes HTML tables into JSON objects.
http://lightswitch05.github.io/table-to-json/
MIT License
756 stars 172 forks source link

Can we get JSON for only selected rows of table? #49

Closed raajig closed 6 years ago

lightswitch05 commented 6 years ago

No @raajig, it will always give you all rows back. There is no concept of row selection in HTML anyways.

raajig commented 6 years ago

I am using Jquery data tables and there we have option to select multiple rows. So i am looking for selected rows conversion to JSON string.

Thanks for your reply.

Raji

On Wed, Aug 8, 2018 at 11:45 AM, Daniel notifications@github.com wrote:

No @raajig https://github.com/raajig, it will always give you all rows back. There is no concept of row selection in HTML anyways.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lightswitch05/table-to-json/issues/49#issuecomment-411453779, or mute the thread https://github.com/notifications/unsubscribe-auth/AlhpS60ac6zcnp8q3vXmtQj-j1VE1wJWks5uOwezgaJpZM4V0L8B .

lightswitch05 commented 6 years ago

I recommend converting the whole table and then removing the rows you do not want. I will not be adding this feature since it is specific to data tables tool and not regular HTML tables.

raajig commented 6 years ago

ok. Thank You.

On Wed, Aug 8, 2018 at 11:53 AM, Daniel notifications@github.com wrote:

I recommend converting the whole table and then removing the rows you do not want. I will not be adding this feature since it is specific to data tables tool and not regular HTML tables.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lightswitch05/table-to-json/issues/49#issuecomment-411456424, or mute the thread https://github.com/notifications/unsubscribe-auth/AlhpSwSCvVjjkHO5pSNdaRrC49aXuPc7ks5uOwlogaJpZM4V0L8B .